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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 莨簫k}莨簫k{^ | 11100100101111001110001011010010011010110111110111100100101111001110001011010010011010110111101101011110 | e4bce2d26b7de4bce2d26b7b5e |
EUC-JP | 莨簫k}莨簫k{^ | 11101000101111101110010011010100011010110111110111101000101111101110010011010100011010110111101101011110 | e8bee4d46b7de8bee4d46b7b5e |
UTF-8 | 莨簫k}莨簫k{^ | 1110100010001110101010001110011110110000101010110110101101111101111010001000111010101000111001111011000010101011011010110111101101011110 | e88ea8e7b0ab6b7de88ea8e7b0ab6b7b5e |
UHC | ?簫k}?簫k{^ | 0011111111100001110001110110101101111101001111111110000111000111011010110111101101011110 | 3fe1c76b7d3fe1c76b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)