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 | 贈?飛寃 | 10010001101000010011111110010100111100101001101110000011 | 91a13f94f29b83 |
EUC-JP | 贈?飛寃 | 11000010101000110011111111001000111101001101010111100011 | c2a33fc8f4d5e3 |
UTF-8 | 贈븅飛寃 | 111010001011010010001000111010111011100010000101111010011010001110011011111001011010111110000011 | e8b488ebb885e9a39be5af83 |
UHC | 贈븅飛寃 | 1111000111111100101110101110100111011110101010111110101010110010 | f1fcbae9deabeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)