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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獰??昻? | 11100000110101100011111100111111111110101101000000111111 | e0d63f3ffad03f |
EUC-JP | 獰???? | 111000001101100000111111001111110011111100111111 | e0d83f3f3f3f |
UTF-8 | 獰욄첁昻㎫ | 111001111000110110110000111011001001101010000100111011001011001010000001111001101001100010111011111000111000111010101011 | e78db0ec9a84ecb281e698bbe38eab |
UHC | 獰욄첁昻㎫ | 11100111101111101001111011100110101010101000111011100100111010011010011111100111 | e7be9ee6aa8ee4e9a7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)