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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??宿\ | 0011111100111111100011110110100001011100 | 3f3f8f685c |
EUC-JP | ??宿\ | 0011111100111111101111011100100101011100 | 3f3fbdc95c |
UTF-8 | 롍렍宿\ | 11101011101000011000110111101011101000001000110111100101101011101011111101011100 | eba18deba08de5aebf5c |
UHC | 롍렍宿\ | 10001110110100111000111010100011111000101101011001011100 | 8ed38ea3e2d65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)