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 | 霍悟ョ郁イ | 1110100010110111100011001110010110101110100010001110100010110010 | e8b78ce5ae88e8b2 |
EUC-JP | 霍悟ョ郁イ | 11110000101110011011100011100111100011101010111010110000111010101000111010110010 | f0b9b8e78eaeb0ea8eb2 |
UTF-8 | 霍悟ョ郁イ | 111010011001110010001101111001101000001010011111111011111011110110101110111010011000001110000001111011111011110110110010 | e99c8de6829fefbdaee98381efbdb2 |
UHC | ?悟?郁? | 00111111111001111111011000111111111010011111010000111111 | 3fe7f63fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)