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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿実漆﨨自 | 10001110101111001000111011000000100011101011110111111011110110101000111010101001 | 8ebc8ec08ebdfbda8ea9 |
EUC-JP | 湿実漆?自 | 101111001011111010111100110000101011110010111111001111111011110010101011 | bcbebcc2bcbf3fbcab |
UTF-8 | 湿実漆﨨自 | 111001101011100110111111111001011010111010011111111001101011110010000110111011111010100010101000111010001000011110101010 | e6b9bfe5ae9fe6bc86efa8a8e887aa |
UHC | ??漆?自 | 00111111001111111111011011010100001111111110110110111011 | 3f3ff6d43fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)