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 | 硝緕ス捨 | 10001111110010011110001110001110101111011000111011001100 | 8fc9e38ebd8ecc |
EUC-JP | 硝緕ス捨 | 1011111011001011111001011110111010001110101111011011110011001110 | becbe5ee8ebdbcce |
UTF-8 | 硝緕ス捨 | 111001111010000110011101111001111011011110010101111011111011110110111101111001101000110110101000 | e7a19de7b795efbdbde68da8 |
UHC | 硝??捨 | 111101011010011000111111001111111101111011010111 | f5a63f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)