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 | 獻獵獵^ | 11100000110110011110000011011000111000001101100001011110 | e0d9e0d8e0d85e |
EUC-JP | 獻獵獵^ | 11100000110110111110000011011010111000001101101001011110 | e0dbe0dae0da5e |
UTF-8 | 獻獵獵^ | 11100111100011011011101111100111100011011011010111100111100011011011010101011110 | e78dbbe78db5e78db55e |
UHC | 獻獵獵^ | 11111010110011001101011010110100110101101011010001011110 | faccd6b4d6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)