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 | 揖⑤┘ | 100101110100101110000111010001001000010010100011 | 974b874484a3 |
EUC-JP | 揖?┘ | 1100110110101100001111111010100010100101 | cdac3fa8a5 |
UTF-8 | 揖⑤┘ | 111001101000111110010110111000101001000110100100111000101001010010011000 | e68f96e291a4e29498 |
UHC | 揖⑤┘ | 111010111110011110101000111010111010011010100101 | ebe7a8eba6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)