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 | 11100001110111101110000111010100111000111101001101001001011011110100001001000110 | e1dee1d4e3d3496f4246 |
EUC-JP | 矗瞞耨IoBF | 11100010111000001110001011010110111001101101010101001001011011110100001001000110 | e2e0e2d6e6d5496f4246 |
UTF-8 | 矗瞞耨IoBF | 11100111100111111001011111100111100111101001111011101000100000001010100001001001011011110100001001000110 | e79f97e79e9ee880a8496f4246 |
UHC | 矗瞞?IoBF | 111101011011100011011000101111100011111101001001011011110100001001000110 | f5b8d8be3f496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)