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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 拔?脅^ | 100111010101010100111111100010111011101001011110 | 9d553f8bba5e |
EUC-JP | 拔?脅^ | 110110011011011000111111101101101011110001011110 | d9b63fb6bc5e |
UTF-8 | 拔싗脅^ | 11100110100010111001010011101100100010111001011111101000100001001000010101011110 | e68b94ec8b97e884855e |
UHC | 拔싗脅^ | 11011010111110111001101011011010111110101111011001011110 | dafb9adafaf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)