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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 贈???痍杞 | 100100011010000100111111001111110011111111100001011101111001111001011000 | 91a13f3f3fe1779e58 |
EUC-JP | 贈???痍杞 | 110000101010001100111111001111110011111111100001110110001101101110111001 | c2a33f3f3fe1d8dbb9 |
UTF-8 | 贈븃렋렒痍杞 | 111010001011010010001000111010111011100010000011111010111010000010001011111010111010000010010010111001111001011110001101111001101001110110011110 | e8b488ebb883eba08beba092e7978de69d9e |
UHC | 贈븃렋렒痍杞 | 111100011111110010111010111010001000111010100010100011101010011111101100101101111101000110100011 | f1fcbae88ea28ea7ecb7d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)