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 | 1110010011101000001111110111110101110110111001001110100000111111011111010111011001000010 | e4e83f7d76e4e83f7d7642 |
EUC-JP | 蒻?}v蒻?}vB | 1110100011101010001111110111110101110110111010001110101000111111011111010111011001000010 | e8ea3f7d76e8ea3f7d7642 |
UTF-8 | 蒻퍯}v蒻퍯}vB | 1110100010010010101110111110110110001101101011110111110101110110111010001001001010111011111011011000110110101111011111010111011001000010 | e892bbed8daf7d76e892bbed8daf7d7642 |
UHC | 蒻퍯}v蒻퍯}vB | 11100101101101101011110001000110011111010111011011100101101101101011110001000110011111010111011001000010 | e5b6bc467d76e5b6bc467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)