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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 瀛??瀛??B | 111000000110100100111111001111111110000001101001001111110011111101000010 | e0693f3fe0693f3f42 |
EUC-JP | 瀛??瀛??B | 110111111100101000111111001111111101111111001010001111110011111101000010 | dfca3f3fdfca3f3f42 |
UTF-8 | 瀛롰뢔瀛롰뢔B | 11100111100000001001101111101011101000011011000011101011101000101001010011100111100000001001101111101011101000011011000011101011101000101001010001000010 | e7809beba1b0eba294e7809beba1b0eba29442 |
UHC | 瀛롰뢔瀛롰뢔B | 11100111101110101000111011101101100011110100111111100111101110101000111011101101100011110100111101000010 | e7ba8eed8f4fe7ba8eed8f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)