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 | 丈セ痔 | 1000111111100100101111101000111010100100 | 8fe4be8ea4 |
EUC-JP | 丈セ痔 | 101111101110011010001110101111101011110010100110 | bee68ebebca6 |
UTF-8 | 丈セ痔 | 111001001011100010001000111011111011110110111110111001111001011110010100 | e4b888efbdbee79794 |
UHC | 丈?痔 | 1110110111011011001111111111011011000000 | eddb3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)