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 | 調奉i | 100100101011001010010101111100101000001010001001 | 92b295f28289 |
EUC-JP | 調奉i | 110001001011010011001010111101001010001111101001 | c4b4caf4a3e9 |
UTF-8 | 調奉i | 111010001010101010111111111001011010010110001001111011111011110110001001 | e8aabfe5a589efbd89 |
UHC | 調奉i | 111100001110000011011100111001011010001111101001 | f0e0dce5a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)