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 | 1000111011100011001111110111110101110110100011101110001100111111011111010111011001000010 | 8ee33f7d768ee33f7d7642 |
EUC-JP | 弱?}v弱?}vB | 1011110011100101001111110111110101110110101111001110010100111111011111010111011001000010 | bce53f7d76bce53f7d7642 |
UTF-8 | 弱뢊}v弱뢊}vB | 1110010110111100101100011110101110100010100010100111110101110110111001011011110010110001111010111010001010001010011111010111011001000010 | e5bcb1eba28a7d76e5bcb1eba28a7d7642 |
UHC | 弱뢊}v弱뢊}vB | 11100101101100001000111101000110011111010111011011100101101100001000111101000110011111010111011001000010 | e5b08f467d76e5b08f467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)