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 | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| EUC-JP | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| UTF-8 | 찼c찼찹 | 11101100101100001011110001100011111011001011000010111100111011001011000010111001 | ecb0bc63ecb0bcecb0b9 |
| UHC | 찼c찼찹 | 11000011101000010110001111000011101000011100001011111101 | c3a163c3a1c2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)