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 | 硝骼ロ捨 | 10001111110010011110100110001110110110111000111011001100 | 8fc9e98edb8ecc |
EUC-JP | 硝骼ロ捨 | 1011111011001011111100011110111010001110110110111011110011001110 | becbf1ee8edbbcce |
UTF-8 | 硝骼ロ捨 | 111001111010000110011101111010011010101010111100111011111011111010011011111001101000110110101000 | e7a19de9aabcefbe9be68da8 |
UHC | 硝??捨 | 111101011010011000111111001111111101111011010111 | f5a63f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)