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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 澱?? | 10010011011000100011111100111111 | 93623f3f |
EUC-JP | 澱?彛 | 110001011100001100111111100011111011110011111010 | c5c33f8fbcfa |
UTF-8 | 澱렮彛 | 111001101011111010110001111010111010000010101110111001011011110110011011 | e6beb1eba0aee5bd9b |
UHC | 澱렮彛 | 111011101111111010001110101110111110110010101101 | eefe8ebbecad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)