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 | 悉謝\ | 1000111010111011100011101101001101011100 | 8ebb8ed35c |
EUC-JP | 悉謝\ | 1011110010111101101111001101010101011100 | bcbdbcd55c |
UTF-8 | 悉謝\ | 11100110100000101000100111101000101011001001110101011100 | e68289e8ac9d5c |
UHC | 悉謝\ | 1110001111111010110111101111001101011100 | e3fadef35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)