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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 鋗睇}v鋗睇}vB | 11111011110100001110000111000111011111010111011011111011110100001110000111000111011111010111011001000010 | fbd0e1c77d76fbd0e1c77d7642 |
EUC-JP | 鋗睇}v鋗睇}vB | 100011111110010011000001111000101100100101111101011101101000111111100100110000011110001011001001011111010111011001000010 | 8fe4c1e2c97d768fe4c1e2c97d7642 |
UTF-8 | 鋗睇}v鋗睇}vB | 1110100110001011100101111110011110011101100001110111110101110110111010011000101110010111111001111001110110000111011111010111011001000010 | e98b97e79d877d76e98b97e79d877d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)