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 | 11100001111000011111011110101001011111010111011011100001111000011111011110101001011111010111011001000010 | e1e1f7a97d76e1e1f7a97d7642 |
EUC-JP | 矣?}v矣?}vB | 1110001011100011001111110111110101110110111000101110001100111111011111010111011001000010 | e2e33f7d76e2e33f7d7642 |
UTF-8 | 矣}v矣}vB | 1110011110011111101000111110111010010110100011000111110101110110111001111001111110100011111011101001011010001100011111010111011001000010 | e79fa3ee968c7d76e79fa3ee968c7d7642 |
UHC | 矣?}v矣?}vB | 1110101111111000001111110111110101110110111010111111100000111111011111010111011001000010 | ebf83f7d76ebf83f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)