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 | 1110010110000110101101100111110101110110111001011000011010110110011111010111011001000010 | e586b67d76e586b67d7642 |
EUC-JP | 蜀カ}v蜀カ}vB | 11101001111001101000111010110110011111010111011011101001111001101000111010110110011111010111011001000010 | e9e68eb67d76e9e68eb67d7642 |
UTF-8 | 蜀カ}v蜀カ}vB | 1110100010011100100000001110111110111101101101100111110101110110111010001001110010000000111011111011110110110110011111010111011001000010 | e89c80efbdb67d76e89c80efbdb67d7642 |
UHC | 蜀?}v蜀?}vB | 1111010110111001001111110111110101110110111101011011100100111111011111010111011001000010 | f5b93f7d76f5b93f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)