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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ワ」。゙\ | 11011100101000111010000111110011111000001101111001011100 | dca3a1f3e0de5c |
EUC-JP | ワ」。?゙\ | 10001110110111001000111010100011100011101010000100111111100011101101111001011100 | 8edc8ea38ea13f8ede5c |
UTF-8 | ワ」。゙\ | 11101111101111101001110011101111101111011010001111101111101111011010000111101110100010111001001111101111101111101001111001011100 | efbe9cefbda3efbda1ee8b93efbe9e5c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)