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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綣炎召訖 | 1110001101011011100010011000101010001111101000101110011001011110 | e35b898a8fa2e65e |
EUC-JP | 綣炎召訖 | 1110010110111100101100011110101010111110101001001110101110111111 | e5bcb1eabea4ebbf |
UTF-8 | 綣炎召訖 | 111001111011011010100011111001111000001010001110111001011000111110101100111010001010100010010110 | e7b6a3e7828ee58face8a896 |
UHC | ?炎召訖 | 00111111111001101111101011100001101011111111110111100001 | 3fe6fae1affde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)