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 | 1000101011111010001111110111110101110110100010101111101000111111011111010111011001000010 | 8afa3f7d768afa3f7d7642 |
EUC-JP | 期?}v期?}vB | 1011010011111100001111110111110101110110101101001111110000111111011111010111011001000010 | b4fc3f7d76b4fc3f7d7642 |
UTF-8 | 期籠}v期籠}vB | 1110011010011100100111111110111110100101100001000111110101110110111001101001110010011111111011111010010110000100011111010111011001000010 | e69c9fefa5847d76e69c9fefa5847d7642 |
UHC | 期籠}v期籠}vB | 11010001101000101101001011011001011111010111011011010001101000101101001011011001011111010111011001000010 | d1a2d2d97d76d1a2d2d97d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)