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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逑罷揉B | 11100111100100111001010011101011100111011000011001000010 | e79394eb9d8642 |
EUC-JP | 逑罷揉B | 11101101111100111100100011101101110110011110011001000010 | edf3c8edd9e642 |
UTF-8 | 逑罷揉B | 11101001100000001001000111100111101111011011011111100110100011111000100101000010 | e98091e7bdb7e68f8942 |
UHC | 逑罷?B | 110011111100011111110111111100110011111101000010 | cfc7f7f33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)