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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | ^c^ | 111101111010110011110101101101011111001110110101010111100110001101011110 | f7acf5b5f3b55e635e |
EUC-JP | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
UTF-8 | ^c^ | 111011101001011010001111111011101001000010100000111011101000101010101000010111100110001101011110 | ee968fee90a0ee8aa85e635e |
UHC | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)