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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?豸霆雁脅B | 00111111111001101011011011101000101110111000101011100101100010111011101001000010 | 3fe6b6e8bb8ae58bba42 |
EUC-JP | 訑豸霆雁脅B | 100011111101110111000111111011001011100011110000101111011011010011100111101101101011110001000010 | 8fddc7ecb8f0bdb4e7b6bc42 |
UTF-8 | 訑豸霆雁脅B | 11101000101010001001000111101000101100011011100011101001100111001000011011101001100110111000000111101000100001001000010101000010 | e8a891e8b1b8e99c86e99b81e8848542 |
UHC | ??霆雁脅B | 001111110011111111101111111111011110010011010010111110101111011001000010 | 3f3feffde4d2faf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)