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 | 001111111001000111101001100001111001001101000010 | 3f91e9879342 |
EUC-JP | ?鷹?B | 0011111111000010111010110011111101000010 | 3fc2eb3f42 |
UTF-8 | 룫鷹∮B | 11101011101000111010101111101001101101111011100111100010100010001010111001000010 | eba3abe9b7b9e288ae42 |
UHC | 룫鷹∮B | 10001111101000101110101111101101101000101011000101000010 | 8fa2ebeda2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)