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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猊簫庠^ | 11100000110001111110001011010010100110111111011101011110 | e0c7e2d29bf75e |
EUC-JP | 猊簫庠^ | 11100000110010011110010011010100110101101111100101011110 | e0c9e4d4d6f95e |
UTF-8 | 猊簫庠^ | 11100111100011001000101011100111101100001010101111100101101110101010000001011110 | e78c8ae7b0abe5baa05e |
UHC | 猊簫庠^ | 11100111110110011110000111000111110111111100101001011110 | e7d9e1c7dfca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)