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 | 綵炎害諡 | 1110001101011100100010011000101010001010010100011110011010001011 | e35c898a8a51e68b |
EUC-JP | 綵炎害諡 | 1110010110111101101100011110101010110011101100101110101111101011 | e5bdb1eab3b2ebeb |
UTF-8 | 綵炎害諡 | 111001111011011010110101111001111000001010001110111001011010111010110011111010001010101110100001 | e7b6b5e7828ee5aeb3e8aba1 |
UHC | 綵炎害諡 | 1111001111110111111001101111101011111010101010101110001111001101 | f3f7e6fafaaae3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)