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 | 111010111010110110010010111010111010101010111100111010111010101110010100011000001110101110101101100100101110101110101010101111001110101110101011100101000100111101000010 | ebad92ebaabcebab9460ebad92ebaabcebab944f42 |
UHC | 뭒몼뫔`뭒몼뫔OB | 100100100101101010010001101000011001000110110110011000001001001001011010100100011010000110010001101101100100111101000010 | 925a91a191b660925a91a191b64f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)