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 | 、醉銜 | 11110000111110011010010011100111110010111110011111110000 | f0f9a4e7cbe7f0 |
EUC-JP | ?、醉銜 | 00111111100011101010010011101110110011011110111011110010 | 3f8ea4eecdeef2 |
UTF-8 | 、醉銜 | 111011101000001010111000111011111011110110100100111010011000011010001001111010011000101010011100 | ee82b8efbda4e98689e98a9c |
UHC | ??醉銜 | 001111110011111111110110101011011111100111100111 | 3f3ff6adf9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)