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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鶯痔寬悉^ | 111010011111001010001110101001001111101010101010100011101011101101011110 | e9f28ea4faaa8ebb5e |
EUC-JP | 鶯痔?悉^ | 1111001011110100101111001010011000111111101111001011110101011110 | f2f4bca63fbcbd5e |
UTF-8 | 鶯痔寬悉^ | 11101001101101101010111111100111100101111001010011100101101011111010110011100110100000101000100101011110 | e9b6afe79794e5aface682895e |
UHC | 鶯痔寬悉^ | 111001011010001111110110110000001100111010110000111000111111101001011110 | e5a3f6c0ceb0e3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)