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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 誾・] | 11111011101001111010010101011101 | fba7a55d |
EUC-JP | 誾・] | 100011111101111010100100100011101010010101011101 | 8fdea48ea55d |
UTF-8 | 誾・] | 11101000101010101011111011101111101111011010010101011101 | e8aabeefbda55d |
UHC | 誾?] | 11101011110111010011111101011101 | ebdd3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)