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 | ?I?H??Q] | 0011111101001001001111110100100000111111001111110101000101011101 | 3f493f483f3f515d |
SJIS-WIN | ?I?H??Q] | 0011111101001001001111110100100000111111001111110101000101011101 | 3f493f483f3f515d |
EUC-JP | ?I?H??Q] | 0011111101001001001111110100100000111111001111110101000101011101 | 3f493f483f3f515d |
UTF-8 | 혪I혪H혩짹Q] | 11101101100110001010101001001001111011011001100010101010010010001110110110011000101010011110110010100111101110010101000101011101 | ed98aa49ed98aa48ed98a9eca7b9515d |
UHC | 혪I혪H혩짹Q] | 110000101001001001001001110000101001001001001000110000101001000111000010101100010101000101011101 | c29249c29248c291c2b1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)