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 | 釘?\ | 10010011010000100011111101011100 | 93423f5c |
EUC-JP | 釘?\ | 11000101101000110011111101011100 | c5a33f5c |
UTF-8 | 釘렒\ | 11101001100001111001100011101011101000001001001001011100 | e98798eba0925c |
UHC | 釘렒\ | 1110111111111001100011101010011101011100 | eff98ea75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)