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 | ????AB | 001111110011111100111111001111110100000101000010 | 3f3f3f3f4142 |
SJIS-WIN | 偲ヲナ識AB | 1000111011000011101001101100010110001110101011110100000101000010 | 8ec3a6c58eaf4142 |
EUC-JP | 偲ヲナ識AB | 10111100110001011000111010100110100011101100010110111100101100010100000101000010 | bcc58ea68ec5bcb14142 |
UTF-8 | 偲ヲナ識AB | 1110010110000001101100101110111110111101101001101110111110111110100001011110100010101101100110000100000101000010 | e581b2efbda6efbe85e8ad984142 |
UHC | ???識AB | 00111111001111110011111111100011110110110100000101000010 | 3f3f3fe3db4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)