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 | 楔簫簫 | 100111101011011011100010110100101110001011010010 | 9eb6e2d2e2d2 |
EUC-JP | 楔簫簫 | 110111001011100011100100110101001110010011010100 | dcb8e4d4e4d4 |
UTF-8 | 楔簫簫 | 111001101010010110010100111001111011000010101011111001111011000010101011 | e6a594e7b0abe7b0ab |
UHC | 楔簫簫 | 111000001101101111100001110001111110000111000111 | e0dbe1c7e1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)