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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | カ゚カ゚B | 1011011011011111101101101101111101000010 | b6dfb6df42 |
EUC-JP | カ゚カ゚B | 100011101011011010001110110111111000111010110110100011101101111101000010 | 8eb68edf8eb68edf42 |
UTF-8 | カ゚カ゚B | 11101111101111011011011011101111101111101001111111101111101111011011011011101111101111101001111101000010 | efbdb6efbe9fefbdb6efbe9f42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)