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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 菴?×肉 | 11100100101111010011111110000001011111101001001111110111 | e4bd3f817e93f7 |
EUC-JP | 菴?×肉 | 11101000101111110011111110100001110111111100011011111001 | e8bf3fa1dfc6f9 |
UTF-8 | 菴뀁×肉 | 1110100010001111101101001110101110000000100000011100001110010111111010001000001010001001 | e88fb4eb8081c397e88289 |
UHC | 菴뀁×肉 | 1110010011100000101100101110110010100001101111111110101110111111 | e4e0b2eca1bfebbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)