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 | 1110010110100100101011010111110101110110111001011010010010101101011111010111011001000010 | e5a4ad7d76e5a4ad7d7642 |
EUC-JP | 螟ュ}v螟ュ}vB | 11101010101001101000111010101101011111010111011011101010101001101000111010101101011111010111011001000010 | eaa68ead7d76eaa68ead7d7642 |
UTF-8 | 螟ュ}v螟ュ}vB | 1110100010011110100111111110111110111101101011010111110101110110111010001001111010011111111011111011110110101101011111010111011001000010 | e89e9fefbdad7d76e89e9fefbdad7d7642 |
UHC | 螟?}v螟?}vB | 1101100110101101001111110111110101110110110110011010110100111111011111010111011001000010 | d9ad3f7d76d9ad3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)