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 | 蝴℡┃辛 | 1110010110011010100001111000010010000100101010111001000001101000 | e59a878484ab9068 |
EUC-JP | 蝴?┃辛 | 11101001111110100011111110101000101011011011111111001001 | e9fa3fa8adbfc9 |
UTF-8 | 蝴℡┃辛 | 111010001001110110110100111000101000010010100001111000101001010010000011111010001011111010011011 | e89db4e284a1e29483e8be9b |
UHC | 蝴℡┃辛 | 1111101111011101101000101110010110100110101011011110001111110100 | fbdda2e5a6ade3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)