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 | 葯大ョ郁。 | 1110010011011110100100011110010110101110100010001110100010100001 | e4de91e5ae88e8a1 |
EUC-JP | 葯大ョ郁。 | 11101000111000001100001011100111100011101010111010110000111010101000111010100001 | e8e0c2e78eaeb0ea8ea1 |
UTF-8 | 葯大ョ郁。 | 111010001001000110101111111001011010010010100111111011111011110110101110111010011000001110000001111011111011110110100001 | e891afe5a4a7efbdaee98381efbda1 |
UHC | 葯大?郁? | 1110010110110101110100111101111000111111111010011111010000111111 | e5b5d3de3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)