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 | ?菴\ | 00111111111001001011110101011100 | 3fe4bd5c |
EUC-JP | ?菴\ | 00111111111010001011111101011100 | 3fe8bf5c |
UTF-8 | 뽟菴\ | 11101011101111011001111111101000100011111011010001011100 | ebbd9fe88fb45c |
UHC | 뽟菴\ | 1001011011011011111001001110000001011100 | 96dbe4e05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)