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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 鎰?L鎰?L^ | 111010000100110000111111010011001110100001001100001111110100110001011110 | e84c3f4ce84c3f4c5e |
EUC-JP | 鎰?L鎰?L^ | 111011111010110100111111010011001110111110101101001111110100110001011110 | efad3f4cefad3f4c5e |
UTF-8 | 鎰렏L鎰렏L^ | 111010011000111010110000111010111010000010001111010011001110100110001110101100001110101110100000100011110100110001011110 | e98eb0eba08f4ce98eb0eba08f4c5e |
UHC | 鎰렏L鎰렏L^ | 1110110011110000100011101010010101001100111011001111000010001110101001010100110001011110 | ecf08ea54cecf08ea54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)