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 | 0011111110011100110010000011111101000010 | 3f9cc83f42 |
EUC-JP | ?慂?B | 0011111111011000110010100011111101000010 | 3fd8ca3f42 |
UTF-8 | 뤚慂푸B | 11101011101001001001101011100110100001011000001011101101100100011011100001000010 | eba49ae68582ed91b842 |
UHC | 뤚慂푸B | 10001111110010011110100110111101110001111010101001000010 | 8fc9e9bdc7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)