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 | ?蓚攝 | 0011111111100100111010011001110110010000 | 3fe4e99d90 |
EUC-JP | ?蓚攝 | 0011111111101000111010111101100111110000 | 3fe8ebd9f0 |
UTF-8 | 렯蓚攝 | 111010111010000010101111111010001001001110011010111001101001010010011101 | eba0afe8939ae6949d |
UHC | 렯蓚攝 | 100011101011110011100010101111101110000011101110 | 8ebce2bee0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)