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 | 鶯痔澵悉^ | 111010011111001010001110101001001111101101001100100011101011101101011110 | e9f28ea4fb4c8ebb5e |
EUC-JP | 鶯痔澵悉^ | 11110010111101001011110010100110100011111100100011111000101111001011110101011110 | f2f4bca68fc8f8bcbd5e |
UTF-8 | 鶯痔澵悉^ | 11101001101101101010111111100111100101111001010011100110101111101011010111100110100000101000100101011110 | e9b6afe79794e6beb5e682895e |
UHC | 鶯痔?悉^ | 1110010110100011111101101100000000111111111000111111101001011110 | e5a3f6c03fe3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)