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 | 邀??梧?? | 1110011110110001001111110011111110001100111001100011111100111111 | e7b13f3f8ce63f3f |
EUC-JP | 邀??梧?? | 1110111010110011001111110011111110111000111010000011111100111111 | eeb33f3fb8e83f3f |
UTF-8 | 邀섓쉥梧삼숯 | 111010011000001010000000111011001000010010010011111011001000100110100101111001101010001010100111111011001000001010111100111011001000100010101111 | e98280ec8493ec89a5e6a2a7ec82bcec88af |
UHC | 邀섓쉥梧삼숯 | 111010011010110110011000111011111011110110101011111001111111110010111011111011111011110110100001 | e9ad98efbdabe7fcbbefbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)