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 | 釘뮷\ | 11101001100001111001100011101011101011101011011101011100 | e98798ebaeb75c |
UHC | 釘뮷\ | 1110111111111001101110011100011001011100 | eff9b9c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)