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 | ???IoBF | 00111111001111110011111101001001011011110100001001000110 | 3f3f3f496f4246 |
SJIS-WIN | 痾眩痞IoBF | 11100001011111011110000110111111111000010111110001001001011011110100001001000110 | e17de1bfe17c496f4246 |
EUC-JP | 痾眩痞IoBF | 11100001110111101110001011000001111000011101110101001001011011110100001001000110 | e1dee2c1e1dd496f4246 |
UTF-8 | 痾眩痞IoBF | 11100111100101111011111011100111100111001010100111100111100101111001111001001001011011110100001001000110 | e797bee79ca9e7979e496f4246 |
UHC | ?眩?IoBF | 0011111111111010110111110011111101001001011011110100001001000110 | 3ffadf3f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)