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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 弔???幄^ | 1001001010100010001111110011111100111111100110111110100001011110 | 92a23f3f3f9be85e |
EUC-JP | 弔???幄^ | 1100010010100100001111110011111100111111110101101110101001011110 | c4a43f3f3fd6ea5e |
UTF-8 | 弔뤶즌핊幄^ | 11100101101111001001010011101011101001001011011011101100101001101000110011101101100101011000101011100101101110011000010001011110 | e5bc94eba4b6eca68ced958ae5b9845e |
UHC | 弔뤶즌핊幄^ | 1111000011000000100011111110010011000001111100001100000010001111111001001100000101011110 | f0c08fe4c1f0c08fe4c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)