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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辱e? | 1001000001001010100000101000010100111111 | 904a82853f |
EUC-JP | 辱e? | 1011111110101011101000111110010100111111 | bfaba3e53f |
UTF-8 | 辱e쭍 | 111010001011111010110001111011111011110110000101111011001010110110001101 | e8beb1efbd85ecad8d |
UHC | 辱e쭍 | 111010011011010010100011111001011010011110000110 | e9b4a3e5a786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)