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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??韋?? | 1110011110110001001111110011111111101000111010000011111100111111 | e7b13f3fe8e83f3f |
EUC-JP | 邀??韋?? | 1110111010110011001111110011111111110000111010100011111100111111 | eeb33f3ff0ea3f3f |
UTF-8 | 邀싲슔韋뤹퐣 | 111010011000001010000000111011001000101110110010111011001000101010010100111010011001111110001011111010111010010010111001111011011001000010100011 | e98280ec8bb2ec8a94e99f8beba4b9ed90a3 |
UHC | 邀싲슔韋뤹퐣 | 111010011010110110011010111010111001101010100011111010101101111110001111111001111011110110001100 | e9ad9aeb9aa3eadf8fe7bd8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)