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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 崖ョ?E | 100010100101001010000011100001110011111101000101 | 8a5283873f45 |
EUC-JP | 崖ョ?E | 101100111011001110100101111001110011111101000101 | b3b3a5e73f45 |
UTF-8 | 崖ョ뿾E | 11100101101101001001011011100011100000111010011111101011101111111011111001000101 | e5b496e383a7ebbfbe45 |
UHC | 崖ョ뿾E | 11100100111100001010101111100111100101111011111001000101 | e4f0abe797be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)