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 | 11100101100100101110000001111101011111010111011011100101100100101110000001111101011111010111011001000010 | e592e07d7d76e592e07d7d7642 |
EUC-JP | 蜥烋}v蜥烋}vB | 11101001111100101101111111011110011111010111011011101001111100101101111111011110011111010111011001000010 | e9f2dfde7d76e9f2dfde7d7642 |
UTF-8 | 蜥烋}v蜥烋}vB | 1110100010011100101001011110011110000011100010110111110101110110111010001001110010100101111001111000001110001011011111010111011001000010 | e89ca5e7838b7d76e89ca5e7838b7d7642 |
UHC | ?烋}v?烋}vB | 0011111111111101110011100111110101110110001111111111110111001110011111010111011001000010 | 3ffdce7d763ffdce7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)