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 | 菴?×椅 | 11100100101111010011111110000001011111101000100011010110 | e4bd3f817e88d6 |
EUC-JP | 菴?×椅 | 11101000101111110011111110100001110111111011000011011000 | e8bf3fa1dfb0d8 |
UTF-8 | 菴뀁×椅 | 1110100010001111101101001110101110000000100000011100001110010111111001101010010010000101 | e88fb4eb8081c397e6a485 |
UHC | 菴뀁×椅 | 1110010011100000101100101110110010100001101111111110101111110101 | e4e0b2eca1bfebf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)