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 | ??????@HE | 001111110011111100111111001111110011111100111111010000000100100001000101 | 3f3f3f3f3f3f404845 |
SJIS-WIN | ??????@HE | 001111110011111100111111001111110011111100111111010000000100100001000101 | 3f3f3f3f3f3f404845 |
EUC-JP | ??????@HE | 001111110011111100111111001111110011111100111111010000000100100001000101 | 3f3f3f3f3f3f404845 |
UTF-8 | 淋꾪삒淋귦삫@HE | 111011111010011110110101111010101011111010101010111011001000001010010010111011111010011110110101111010101011011110100110111011001000001010101011010000000100100001000101 | efa7b5eabeaaec8292efa7b5eab7a6ec82ab404845 |
UHC | 淋꾪삒淋귦삫@HE | 111011001111100010000100111011011001100010010111111011001111100010000010111011011001100010101010010000000100100001000101 | ecf884ed9897ecf882ed98aa404845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)