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 | 誾ョ髷ィ^ | 11111011101001111010111011101001100111101010100001011110 | fba7aee99ea85e |
EUC-JP | 誾ョ髷ィ^ | 10001111110111101010010010001110101011101111000111111110100011101010100001011110 | 8fdea48eaef1fe8ea85e |
UTF-8 | 誾ョ髷ィ^ | 11101000101010101011111011101111101111011010111011101001101010111011011111101111101111011010100001011110 | e8aabeefbdaee9abb7efbda85e |
UHC | 誾???^ | 111010111101110100111111001111110011111101011110 | ebdd3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)