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 | シ饐\ | 10111100111010010101110101011100 | bce95d5c |
EUC-JP | シ饐\ | 1000111010111100111100011011111001011100 | 8ebcf1be5c |
UTF-8 | シ饐\ | 11101111101111011011110011101001101001011001000001011100 | efbdbce9a5905c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)