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?先 | 1110100010110100100111011010010001000111001111111001000011100110 | e8b49da4473f90e6 |
EUC-JP | 雍擘G?先 | 1111000010110110110110101010011001000111001111111100000011101000 | f0b6daa6473fc0e8 |
UTF-8 | 雍擘G솥先 | 11101001100110111000110111100110100100111001100001000111111011001000011010100101111001011000010110001000 | e99b8de6939847ec86a5e58588 |
UHC | 雍擘G솥先 | 111010001011110011011011111110110100011110111100110111001110000010111011 | e8bcdbfb47bcdce0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)