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 | ?疫\ | 00111111100010010111010101011100 | 3f89755c |
EUC-JP | ?疫\ | 00111111101100011101011001011100 | 3fb1d65c |
UTF-8 | 뽟疫\ | 11101011101111011001111111100111100101101010101101011100 | ebbd9fe796ab5c |
UHC | 뽟疫\ | 1001011011011011111001101011100101011100 | 96dbe6b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)