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 | 邀??倭?? | 1110011110110001001111110011111110011000011000000011111100111111 | e7b13f3f98603f3f |
EUC-JP | 邀??倭?? | 1110111010110011001111110011111111001111110000010011111100111111 | eeb33f3fcfc13f3f |
UTF-8 | 邀섓쉥倭욇윯 | 111010011000001010000000111011001000010010010011111011001000100110100101111001011000000010101101111011001001101010000111111011001001110010101111 | e98280ec8493ec89a5e580adec9a87ec9caf |
UHC | 邀섓쉥倭욇윯 | 111010011010110110011000111011111011110110101011111010001101111010011110111010011001111110101110 | e9ad98efbdabe8de9ee99fae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)