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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ?????父e^ | 001111110011111100111111001111110011111110010101100000110110010101011110 | 3f3f3f3f3f9583655e |
EUC-JP | ?????父e^ | 001111110011111100111111001111110011111111001001111000110110010101011110 | 3f3f3f3f3fc9e3655e |
UTF-8 | 렻렗렻렧렺父e^ | 1110101110100000101110111110101110100000100101111110101110100000101110111110101110100000101001111110101110100000101110101110011110001000101101100110010101011110 | eba0bbeba097eba0bbeba0a7eba0bae788b6655e |
UHC | 렻렗렻렧렺父e^ | 1000111011000011100011101010110010001110110000111000111010110110100011101100001011011101101010110110010101011110 | 8ec38eac8ec38eb68ec2ddab655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)