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 | 楨ャア | 11111010111010011010110010110001 | fae9acb1 |
EUC-JP | 楨ャア | 10001111110001001100110010001110101011001000111010110001 | 8fc4cc8eac8eb1 |
UTF-8 | 楨ャア | 111001101010010110101000111011111011110110101100111011111011110110110001 | e6a5a8efbdacefbdb1 |
UHC | 楨?? | 11101111110111110011111100111111 | efdf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)