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 | 螯嶺セ | 1110010110100110100101111110010010111110 | e5a697e4be |
EUC-JP | 螯嶺セ | 111010101010100011001110111001101000111010111110 | eaa8cee68ebe |
UTF-8 | 螯嶺セ | 111010001001111010101111111001011011011010111010111011111011110110111110 | e89eafe5b6baefbdbe |
UHC | ?嶺? | 00111111110101101011101000111111 | 3fd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)