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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ??宿Y | 0011111100111111100011110110100001011001 | 3f3f8f6859 |
EUC-JP | ??宿Y | 0011111100111111101111011100100101011001 | 3f3fbdc959 |
UTF-8 | 롍렊宿Y | 11101011101000011000110111101011101000001000101011100101101011101011111101011001 | eba18deba08ae5aebf59 |
UHC | 롍렊宿Y | 10001110110100111000111010100001111000101101011001011001 | 8ed38ea1e2d659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)