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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シカ髙シカ馞^ | 101111001011011011111011111111001011110010110110111110111111101001011110 | bcb6fbfcbcb6fbfa5e |
EUC-JP | シカ?シカ?^ | 1000111010111100100011101011011000111111100011101011110010001110101101100011111101011110 | 8ebc8eb63f8ebc8eb63f5e |
UTF-8 | シカ髙シカ馞^ | 11101111101111011011110011101111101111011011011011101001101010111001100111101111101111011011110011101111101111011011011011101001101001101001111001011110 | efbdbcefbdb6e9ab99efbdbcefbdb6e9a69e5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)