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 | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | 雍擘G?消 | 1110100010110100100111011010010001000111001111111000111111000001 | e8b49da4473f8fc1 |
EUC-JP | 雍擘G?消 | 1111000010110110110110101010011001000111001111111011111011000011 | f0b6daa6473fbec3 |
UTF-8 | 雍擘G솥消 | 11101001100110111000110111100110100100111001100001000111111011001000011010100101111001101011011010001000 | e99b8de6939847ec86a5e6b688 |
UHC | 雍擘G솥消 | 111010001011110011011011111110110100011110111100110111001110000110111100 | e8bcdbfb47bcdce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)