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 | 市??檍 | 100011100111001100111111001111111001111011111000 | 8e733f3f9ef8 |
| EUC-JP | 市??檍 | 101110111101010000111111001111111101110011111010 | bbd43f3fdcfa |
| UTF-8 | 市뒎뜢檍 | 111001011011100010000010111010111001001010001110111010111001110010100010111001101010101010001101 | e5b882eb928eeb9ca2e6aa8d |
| UHC | 市뒎뜢檍 | 1110001110111100100010101000101110001101101001011110010111100101 | e3bc8a8b8da5e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)