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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 載?枇^ | 100011011101101000111111100101001111100001011110 | 8dda3f94f85e |
EUC-JP | 載?枇^ | 101110101101110000111111110010001111101001011110 | badc3fc8fa5e |
UTF-8 | 載얗枇^ | 11101000101111001000100111101100100101101001011111100110100111101000011101011110 | e8bc89ec9697e69e875e |
UHC | 載얗枇^ | 11101110101100001011111011101001110111011110110101011110 | eeb0bee9dded5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)