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 | 曠呂禮^ | 10011110010001001001100001000011111000100101100001011110 | 9e449843e2585e |
EUC-JP | 曠呂禮^ | 11011011101001011100111110100100111000111011100101011110 | dba5cfa4e3b95e |
UTF-8 | 曠呂禮^ | 11100110100110111010000011100101100100011000001011100111101001101010111001011110 | e69ba0e59182e7a6ae5e |
UHC | 曠呂禮^ | 11001110110001111101010111100101110101101100100101011110 | cec7d5e5d6c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)