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 | 11101000101110001001111011100101100001001010000101000010 | e8b89ee584a142 |
EUC-JP | 雕槫┌B | 11110000101110101101110011100111101010001010001101000010 | f0badce7a8a342 |
UTF-8 | 雕槫┌B | 11101001100110111001010111100110101001111010101111100010100101001000110001000010 | e99b95e6a7abe2948c42 |
UHC | 雕?┌B | 111100001110011100111111101001101010001101000010 | f0e73fa6a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)