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 | 1001101111001010001111110111110101110110100110111100101000111111011111010111011001000010 | 9bca3f7d769bca3f7d7642 |
EUC-JP | 嵬?}v嵬?}vB | 1101011011001100001111110111110101110110110101101100110000111111011111010111011001000010 | d6cc3f7d76d6cc3f7d7642 |
UTF-8 | 嵬촄}v嵬촄}vB | 1110010110110101101011001110110010110100100001000111110101110110111001011011010110101100111011001011010010000100011111010111011001000010 | e5b5acecb4847d76e5b5acecb4847d7642 |
UHC | 嵬촄}v嵬촄}vB | 11101000111000111010110001000110011111010111011011101000111000111010110001000110011111010111011001000010 | e8e3ac467d76e8e3ac467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)