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 | 昔?楔 | 1001000011001100001111111001111010110110 | 90cc3f9eb6 |
EUC-JP | 昔?楔 | 1100000011001110001111111101110010111000 | c0ce3fdcb8 |
UTF-8 | 昔說楔 | 111001101001100010010100111010001010101010101010111001101010010110010100 | e69894e8aaaae6a594 |
UHC | 昔說楔 | 111000001010111011100000111000111110000011011011 | e0aee0e3e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)