To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奣夭柾 | 111110101010001110011010111011101001011010001111 | faa39aee968f |
EUC-JP | 奣夭柾 | 10001111101110001111110011010100111100001100101111101111 | 8fb8fcd4f0cbef |
UTF-8 | 奣夭柾 | 111001011010010110100011111001011010010010101101111001101001111110111110 | e5a5a3e5a4ade69fbe |
UHC | ?夭柾 | 0011111111101000111011001110111111011110 | 3fe8ecefde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)