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 | 11100011110001111110000101011111011111010111011011100011110001111110000101011111011111010111011001000010 | e3c7e15f7d76e3c7e15f7d7642 |
EUC-JP | 翩畧}v翩畧}vB | 11100110110010011110000111000000011111010111011011100110110010011110000111000000011111010111011001000010 | e6c9e1c07d76e6c9e1c07d7642 |
UTF-8 | 翩畧}v翩畧}vB | 1110011110111111101010011110011110010101101001110111110101110110111001111011111110101001111001111001010110100111011111010111011001000010 | e7bfa9e795a77d76e7bfa9e795a77d7642 |
UHC | 翩?}v翩?}vB | 1111100010111011001111110111110101110110111110001011101100111111011111010111011001000010 | f8bb3f7d76f8bb3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)