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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 猶?^ | 10010111010100000011111101011110 | 97503f5e |
EUC-JP | 猶?^ | 11001101101100010011111101011110 | cdb13f5e |
UTF-8 | 猶쁟^ | 11100111100011001011011011101100100000011001111101011110 | e78cb6ec819f5e |
UHC | 猶쁟^ | 1110101110100010100110000110001101011110 | eba298635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)