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 | 鬯伜ョ郁宛 | 111010011010110010011000111001011010111010001000111010001000100010110110 | e9ac98e5ae88e888b6 |
EUC-JP | 鬯伜ョ郁宛 | 11110010101011101101000011100111100011101010111010110000111010101011000010111000 | f2aed0e78eaeb0eab0b8 |
UTF-8 | 鬯伜ョ郁宛 | 111010011010110010101111111001001011110010011100111011111011110110101110111010011000001110000001111001011010111010011011 | e9acafe4bc9cefbdaee98381e5ae9b |
UHC | ???郁宛 | 00111111001111110011111111101001111101001110100011001000 | 3f3f3fe9f4e8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)