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 | 轢俶梏 | 111001111000000010011000111001101001111010000111 | e78098e69e87 |
EUC-JP | 轢俶梏 | 111011011110000011010000111010001101101111100111 | ede0d0e8dbe7 |
UTF-8 | 轢俶梏 | 111010001011110110100010111001001011111110110110111001101010001010001111 | e8bda2e4bfb6e6a28f |
UHC | 轢?梏 | 1101010111111001001111111100110111011001 | d5f93fcdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)