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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 醤厲ス^ | 100011111101110111111010100011101011110101011110 | 8fddfa8ebd5e |
EUC-JP | 醤厲ス^ | 1011111011011111100011111011010011010000100011101011110101011110 | bedf8fb4d08ebd5e |
UTF-8 | 醤厲ス^ | 11101001100001101010010011100101100011101011001011101111101111011011110101011110 | e986a4e58eb2efbdbd5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)