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 | 弔?衣篩 | 10010010101000100011111110001000110111111110001010111111 | 92a23f88dfe2bf |
EUC-JP | 弔?衣篩 | 11000100101001000011111110110000111000011110010011000001 | c4a43fb0e1e4c1 |
UTF-8 | 弔렲衣篩 | 111001011011110010010100111010111010000010110010111010001010000110100011111001111010111110101001 | e5bc94eba0b2e8a1a3e7afa9 |
UHC | 弔렲衣篩 | 1111000011000000100011101011111111101011111111011101111011101000 | f0c08ebfebfddee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)