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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ??枇お〓@h | 00111111001111111001010011111000100000101010100010000001101011000100000001101000 | 3f3f94f882a881ac4068 |
EUC-JP | ??枇お〓@h | 00111111001111111100100011111010101001001010101010100010101011100100000001101000 | 3f3fc8faa4aaa2ae4068 |
UTF-8 | 룵ㄱ枇お〓@h | 1110101110100011101101011110001110000100101100011110011010011110100001111110001110000001100010101110001110000000100100110100000001101000 | eba3b5e384b1e69e87e3818ae380934068 |
UHC | 룵ㄱ枇お〓@h | 100011111010101010100100101000011101110111101101101010101010101010100001111010110100000001101000 | 8faaa4a1ddedaaaaa1eb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)