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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褥ν?垂 | 11100101111100011000001111001011001111111001000010000010 | e5f183cb3f9082 |
EUC-JP | 褥ν?垂 | 11101010111100111010011011001101001111111011111111100010 | eaf3a6cd3fbfe2 |
UTF-8 | 褥ν씓垂 | 1110100010100100101001011100111010111101111011001001010010010011111001011001111010000010 | e8a4a5cebdec9493e59e82 |
UHC | 褥ν씓垂 | 1110100110110011101001011110110110011101101010011110000111110111 | e9b3a5ed9da9e1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)