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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠇懶セ郁 | 11111011101000011001110011101111101111101000100011101000 | fba19cefbe88e8 |
EUC-JP | ?懶セ郁 | 00111111110110001111000110001110101111101011000011101010 | 3fd8f18ebeb0ea |
UTF-8 | 蠇懶セ郁 | 111010001010000010000111111001101000011110110110111011111011110110111110111010011000001110000001 | e8a087e687b6efbdbee98381 |
UHC | ?懶?郁 | 001111111101010011111011001111111110100111110100 | 3fd4fb3fe9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)