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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 瀛??瀛??E | 111000000110100100111111001111111110000001101001001111110011111101000101 | e0693f3fe0693f3f45 |
EUC-JP | 瀛??瀛??E | 110111111100101000111111001111111101111111001010001111110011111101000101 | dfca3f3fdfca3f3f45 |
UTF-8 | 瀛롰뢙瀛롰뢉E | 11100111100000001001101111101011101000011011000011101011101000101001100111100111100000001001101111101011101000011011000011101011101000101000100101000101 | e7809beba1b0eba299e7809beba1b0eba28945 |
UHC | 瀛롰뢙瀛롰뢉E | 11100111101110101000111011101101100011110101010011100111101110101000111011101101100011110100010101000101 | e7ba8eed8f54e7ba8eed8f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)