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 | 翊?? | 11100011110000100011111100111111 | e3c23f3f |
EUC-JP | 翊?? | 11100110110001000011111100111111 | e6c43f3f |
UTF-8 | 翊솅셍 | 111001111011111110001010111011001000011010000101111011001000010110001101 | e7bf8aec8685ec858d |
UHC | 翊솅셍 | 111011001100110110111100110100011011110011000100 | eccdbcd1bcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)