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 | 淏晟貊、顏 | 111110110100001010011101111011101110011010111011101001001110100011111000 | fb429deee6bba4e8f8 |
EUC-JP | 淏晟貊、顏 | 1000111111000111110110011101101011110000111011001011110110001110101001001111000011111010 | 8fc7d9daf0ecbd8ea4f0fa |
UTF-8 | 淏晟貊、顏 | 111001101011011110001111111001101001100110011111111010001011001010001010111011111011110110100100111010011010000110001111 | e6b78fe6999fe8b28aefbda4e9a18f |
UHC | 淏晟貊?? | 1111101111001000111000001111100111011000111001110011111100111111 | fbc8e0f9d8e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)