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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 晳?\ | 11111010110110010011111101011100 | fad93f5c |
EUC-JP | 晳?\ | 1000111111000010110001000011111101011100 | 8fc2c43f5c |
UTF-8 | 晳쏈\ | 11100110100110011011001111101100100011111000100001011100 | e699b3ec8f885c |
UHC | 晳쏈\ | 1110000010101111100110111110111001011100 | e0af9bee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)