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 | 蛟大ョ郁。 | 1110010110000000100100011110010110101110100010001110100010100001 | e58091e5ae88e8a1 |
EUC-JP | 蛟大ョ郁。 | 11101001111000001100001011100111100011101010111010110000111010101000111010100001 | e9e0c2e78eaeb0ea8ea1 |
UTF-8 | 蛟大ョ郁。 | 111010001001101110011111111001011010010010100111111011111011110110101110111010011000001110000001111011111011110110100001 | e89b9fe5a4a7efbdaee98381efbda1 |
UHC | 蛟大?郁? | 1100111011110001110100111101111000111111111010011111010000111111 | cef1d3de3fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)