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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劾???さ | 10001010010011100011111100111111001111111000001010110011 | 8a4e3f3f3f82b3 |
EUC-JP | 劾???さ | 10110011101011110011111100111111001111111010010010110101 | b3af3f3f3fa4b5 |
UTF-8 | 劾렡롋덞さ | 111001011000101010111110111010111010000010100001111010111010000110001011111010111000110110011110111000111000000110010101 | e58abeeba0a1eba18beb8d9ee38195 |
UHC | 劾렡롋덞さ | 11111010101101101000111010110010100011101101000110110100111110111010101010110101 | fab68eb28ed1b4fbaab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)