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 | 熱?\ | 10010100010011010011111101011100 | 944d3f5c |
EUC-JP | 熱?\ | 11000111101011100011111101011100 | c7ae3f5c |
UTF-8 | 熱놿\ | 11100111100001101011000111101011100001101011111101011100 | e786b1eb86bf5c |
UHC | 熱놿\ | 1110011011110000100001110110011101011100 | e6f087675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)