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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弔陌?? | 100100101010001011101000100110010011111100111111 | 92a2e8993f3f |
EUC-JP | 弔陌?? | 110001001010010011101111111110010011111100111111 | c4a4eff93f3f |
UTF-8 | 弔陌렣렮 | 111001011011110010010100111010011001100110001100111010111010000010100011111010111010000010101110 | e5bc94e9998ceba0a3eba0ae |
UHC | 弔陌렣렮 | 1111000011000000110110001110100010001110101101001000111010111011 | f0c0d8e88eb48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)