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 | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
SJIS-WIN | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
EUC-JP | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
UTF-8 | 뭒몠뫔`뭒몠뫔OB | 111010111010110110010010111010111010101010100000111010111010101110010100011000001110101110101101100100101110101110101010101000001110101110101011100101000100111101000010 | ebad92ebaaa0ebab9460ebad92ebaaa0ebab944f42 |
UHC | 뭒몠뫔`뭒몠뫔OB | 100100100101101010010001100011101001000110110110011000001001001001011010100100011000111010010001101101100100111101000010 | 925a918e91b660925a918e91b64f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)