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 | 1110011011101001001111110111110101110110111001101110100100111111011111010111011001000010 | e6e93f7d76e6e93f7d7642 |
EUC-JP | 跌?}v跌?}vB | 1110110011101011001111110111110101110110111011001110101100111111011111010111011001000010 | eceb3f7d76eceb3f7d7642 |
UTF-8 | 跌섶}v跌섶}vB | 1110100010110111100011001110110010000100101101100111110101110110111010001011011110001100111011001000010010110110011111010111011001000010 | e8b78cec84b67d76e8b78cec84b67d7642 |
UHC | 跌섶}v跌섶}vB | 11110010111101101011110010111011011111010111011011110010111101101011110010111011011111010111011001000010 | f2f6bcbb7d76f2f6bcbb7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)