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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 畏??搖??^ | 100010001101100000111111001111111001110110001010001111110011111101011110 | 88d83f3f9d8a3f3f5e |
EUC-JP | 畏??搖??^ | 101100001101101000111111001111111101100111101010001111110011111101011110 | b0da3f3fd9ea3f3f5e |
UTF-8 | 畏뺧슁搖뱄슁^ | 11100111100101011000111111101011101110101010011111101100100010101000000111100110100100001001011011101011101100011000010011101100100010101000000101011110 | e7958febbaa7ec8a81e69096ebb184ec8a815e |
UHC | 畏뺧슁搖뱄슁^ | 11101000111001101001010111101111101111011011001111101000111101001011100111101111101111011011001101011110 | e8e695efbdb3e8f4b9efbdb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)