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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 誾ゥ^ | 11111011101001111010100101011110 | fba7a95e |
EUC-JP | 誾ゥ^ | 100011111101111010100100100011101010100101011110 | 8fdea48ea95e |
UTF-8 | 誾ゥ^ | 11101000101010101011111011101111101111011010100101011110 | e8aabeefbda95e |
UHC | 誾?^ | 11101011110111010011111101011110 | ebdd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)