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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膃恰昏 | 111001000100101110001010100001101000110110101000 | e44b8a868da8 |
EUC-JP | 膃恰昏 | 111001111010110010110011111001101011101010101010 | e7acb3e6baaa |
UTF-8 | 膃恰昏 | 111010001000011010000011111001101000000110110000111001101001100010001111 | e88683e681b0e6988f |
UHC | ?恰昏 | 0011111111111101111001101111101111100111 | 3ffde6fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)