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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨医オ糴 | 1110010010111100100010001110001110000011010010011110001011111001 | e4bc88e38349e2f9 |
EUC-JP | 莨医オ糴 | 1110100010111110101100001110010110100101101010101110010011111011 | e8beb0e5a5aae4fb |
UTF-8 | 莨医オ糴 | 111010001000111010101000111001011000110010111011111000111000001010101010111001111011001110110100 | e88ea8e58cbbe382aae7b3b4 |
UHC | ??オ? | 0011111100111111101010111010101000111111 | 3f3fabaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)