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 | ???pG | 0011111100111111001111110111000001000111 | 3f3f3f7047 |
SJIS-WIN | セュ蒔pG | 101111101010110110001110101010100111000001000111 | bead8eaa7047 |
EUC-JP | セュ蒔pG | 1000111010111110100011101010110110111100101011000111000001000111 | 8ebe8eadbcac7047 |
UTF-8 | セュ蒔pG | 1110111110111101101111101110111110111101101011011110100010010010100101000111000001000111 | efbdbeefbdade892947047 |
UHC | ??蒔pG | 001111110011111111100011110010000111000001000111 | 3f3fe3c87047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)