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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | シヲ漆治h | 1111001011110100101111001010011011110010111101101000111010111101100011101010000101101000 | f2f4bca6f2f68ebd8ea168 |
EUC-JP | ?シヲ?漆治h | 0011111110001110101111001000111010100110001111111011110010111111101111001010001101101000 | 3f8ebc8ea63fbcbfbca368 |
UTF-8 | シヲ漆治h | 11101110100010001010101111101111101111011011110011101111101111011010011011101110100010001010110111100110101111001000011011100110101100101011101101101000 | ee88abefbdbcefbda6ee88ade6bc86e6b2bb68 |
UHC | ????漆治h | 001111110011111100111111001111111111011011010100111101101011110101101000 | 3f3f3f3ff6d4f6bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)