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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幸?? | 10001101010010110011111100111111 | 8d4b3f3f |
EUC-JP | 幸晛? | 101110011010110010001111110000101011101100111111 | b9ac8fc2bb3f |
UTF-8 | 幸晛量 | 111001011011100110111000111001101001100110011011111011111010010110111110 | e5b9b8e6999befa5be |
UHC | 幸晛量 | 111110101011100111111010110110011110010111010110 | fab9fad9e5d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)