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 | 楔跣縟楔 | 1001111010110110111001101110111111100011011101001001111010110110 | 9eb6e6efe3749eb6 |
EUC-JP | 楔跣縟楔 | 1101110010111000111011001111000111100101110101011101110010111000 | dcb8ecf1e5d5dcb8 |
UTF-8 | 楔跣縟楔 | 111001101010010110010100111010001011011110100011111001111011100010011111111001101010010110010100 | e6a594e8b7a3e7b89fe6a594 |
UHC | 楔跣縟楔 | 1110000011011011111000001101001111101001101100101110000011011011 | e0dbe0d3e9b2e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)