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 | 11100111101011101000111111101110100100111001011101011001 | e7ae8fee939759 |
EUC-JP | 邂情痘Y | 11101110101100001011111011110000110001011111011101011001 | eeb0bef0c5f759 |
UTF-8 | 邂情痘Y | 11101001100000101000001011100110100000111000010111100111100101111001100001011001 | e98282e68385e7979859 |
UHC | 邂情痘Y | 11111010101100111110111111010111110101001110001101011001 | fab3efd7d4e359 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)