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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯辞エ﨓セ | 11101001111100101000111010101011111100001011010010110100111110101110100010111110 | e9f28eabf0b4b4fae8be |
EUC-JP | 鶯辞?エ?セ | 11110010111101001011110010101101001111111000111010110100001111111000111010111110 | f2f4bcad3f8eb43f8ebe |
UTF-8 | 鶯辞エ﨓セ | 111010011011011010101111111010001011111010011110111011101000000110110011111011111011110110110100111011111010100010010011111011111011110110111110 | e9b6afe8be9eee81b3efbdb4efa893efbdbe |
UHC | 鶯????? | 11100101101000110011111100111111001111110011111100111111 | e5a33f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)