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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 衙O舌顔 | 11100101110010010100111110010000111000111000101011100111 | e5c94f90e38ae7 |
EUC-JP | 衙O舌顔 | 11101010110010110100111111000000111001011011010011101001 | eacb4fc0e5b4e9 |
UTF-8 | 衙O舌顔 | 11101000101000011001100101001111111010001000100010001100111010011010000110010100 | e8a1994fe8888ce9a194 |
UHC | 衙O舌顔 | 11100100101101110100111111100000110111111110010011010100 | e4b74fe0dfe4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)