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 | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
EUC-JP | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
UTF-8 | 횪횑횪횇혯Y | 11101101100110101010101011101101100110101001000111101101100110101010101011101101100110101000011111101101100110001010111101011001 | ed9aaaed9a91ed9aaaed9a87ed98af59 |
UHC | 횪횑횪횇혯Y | 1100001110100000110000111000110011000011101000001100001110000101110000101001011001011001 | c3a0c38cc3a0c385c29659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)