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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
| SJIS-WIN | ???淹??a | 0011111100111111001111111001111110111001001111110011111101100001 | 3f3f3f9fb93f3f61 |
| EUC-JP | ???淹??a | 0011111100111111001111111101111010111011001111110011111101100001 | 3f3f3fdebb3f3f61 |
| UTF-8 | 溜뷸뿽淹ㅻ젒a | 11101111101001111000101111101011101101111011100011101011101111111011110111100110101101111011100111100011100001011011101111101100101000001001001001100001 | efa78bebb7b8ebbfbde6b7b9e385bbeca09261 |
| UHC | 溜뷸뿽淹ㅻ젒a | 11101010111111101011101011100110100101111011110111100101111101001010010011101011101000001001000101100001 | eafebae697bde5f4a4eba09161 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)