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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??繕 | 00111111001111111001000101010101 | 3f3f9155 |
EUC-JP | ??繕 | 00111111001111111100000110110110 | 3f3fc1b6 |
UTF-8 | 롎렊繕 | 111010111010000110001110111010111010000010001010111001111011100110010101 | eba18eeba08ae7b995 |
UHC | 롎렊繕 | 100011101101010010001110101000011110000011001011 | 8ed48ea1e0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)