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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 째짚횒 | 111011001010011110111000111011001010011110011010111011011001101010010010 | eca7b8eca79aed9a92 |
UHC | 째짚횒 | 110000101011000011000010101001001100001110001101 | c2b0c2a4c38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)