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 | 藥?\ | 11100101010110100011111101011100 | e55a3f5c |
EUC-JP | 藥?\ | 11101001101110110011111101011100 | e9bb3f5c |
UTF-8 | 藥폱\ | 11101000100101111010010111101101100011111011000101011100 | e897a5ed8fb15c |
UHC | 藥폱\ | 1110010110110111101111010101010101011100 | e5b7bd555c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)