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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 誾ゥo | 11111011101001111010100101101111 | fba7a96f |
EUC-JP | 誾ゥo | 100011111101111010100100100011101010100101101111 | 8fdea48ea96f |
UTF-8 | 誾ゥo | 11101000101010101011111011101111101111011010100101101111 | e8aabeefbda96f |
UHC | 誾?o | 11101011110111010011111101101111 | ebdd3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)