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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迚俶コス^ | 11100111100010011001100011100110101110101011110101011110 | e78998e6babd5e |
EUC-JP | 迚俶コス^ | 111011011110100111010000111010001000111010111010100011101011110101011110 | ede9d0e88eba8ebd5e |
UTF-8 | 迚俶コス^ | 11101000101111111001101011100100101111111011011011101111101111011011101011101111101111011011110101011110 | e8bf9ae4bfb6efbdbaefbdbd5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)