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 | ロ。\ | 110110111010000101011100 | dba15c |
EUC-JP | ロ。\ | 1000111011011011100011101010000101011100 | 8edb8ea15c |
UTF-8 | ロ。\ | 11101111101111101001101111101111101111011010000101011100 | efbe9befbda15c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)