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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜆イ豕ョ隰撮 | 11100101100001001011001011100110101100111010111011101000101011001000111001000010 | e584b2e6b3aee8ac8e42 |
EUC-JP | 蜆イ豕ョ隰撮 | 111010011110010010001110101100101110110010110101100011101010111011110000101011101011101110100011 | e9e48eb2ecb58eaef0aebba3 |
UTF-8 | 蜆イ豕ョ隰撮 | 111010001001110010000110111011111011110110110010111010001011000110010101111011111011110110101110111010011001101010110000111001101001001010101110 | e89c86efbdb2e8b195efbdaee99ab0e692ae |
UHC | ??豕??撮 | 0011111100111111111000111100111000111111001111111111010111001001 | 3f3fe3ce3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)