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???B | 0011111100111111001111110100010100111111001111110011111101000010 | 3f3f3f453f3f3f42 |
SJIS-WIN | ???E???B | 0011111100111111001111110100010100111111001111110011111101000010 | 3f3f3f453f3f3f42 |
EUC-JP | ??ŁE???B | 00111111001111111000111110101001101010000100010100111111001111110011111101000010 | 3f3f8fa9a8453f3f3f42 |
UTF-8 | 淋꾩ŁE淋귦삩B | 11101111101001111011010111101010101111101010100111000101100000010100010111101111101001111011010111101010101101111010011011101100100000101010100101000010 | efa7b5eabea9c58145efa7b5eab7a6ec82a942 |
UHC | 淋꾩ŁE淋귦삩B | 1110110011111000100001001110110010101000101010010100010111101100111110001000001011101101100110001010100001000010 | ecf884eca8a945ecf882ed98a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)