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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 淋묒콉淋믫슌E | 11101111101001111011010111101011101011001001001011101100101111011000100111101111101001111011010111101011101011111010101111101100100010101000110001000101 | efa7b5ebac92ecbd89efa7b5ebafabec8a8c45 |
UHC | 淋묒콉淋믫슌E | 11101100111110001001000111101100101100011000010111101100111110001001001011101101100110101001110001000101 | ecf891ecb185ecf892ed9a9c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)