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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 円④?円④?B | 1000100101111110100001110100001100111111100010010111111010000111010000110011111101000010 | 897e87433f897e87433f42 |
EUC-JP | 円??円??B | 101100011101111100111111001111111011000111011111001111110011111101000010 | b1df3f3fb1df3f3f42 |
UTF-8 | 円④굳円④굳B | 11100101100001101000011011100010100100011010001111101010101101011011001111100101100001101000011011100010100100011010001111101010101101011011001101000010 | e58686e291a3eab5b3e58686e291a3eab5b342 |
UHC | 円④굳円④굳B | 11100101111101111010100011101010101100011011101111100101111101111010100011101010101100011011101101000010 | e5f7a8eab1bbe5f7a8eab1bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)