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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 誾ャg\ | 1111101110100111101011000110011101011100 | fba7ac675c |
EUC-JP | 誾ャg\ | 10001111110111101010010010001110101011000110011101011100 | 8fdea48eac675c |
UTF-8 | 誾ャg\ | 1110100010101010101111101110111110111101101011000110011101011100 | e8aabeefbdac675c |
UHC | 誾?g\ | 1110101111011101001111110110011101011100 | ebdd3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)