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 | 邨幄搴 | 111001111011010110011011111010001001110110001011 | e7b59be89d8b |
EUC-JP | 邨幄搴 | 111011101011011111010110111010101101100111101011 | eeb7d6ead9eb |
UTF-8 | 邨幄搴 | 111010011000001010101000111001011011100110000100111001101001000010110100 | e982a8e5b984e690b4 |
UHC | 邨幄? | 1111010110111110111001001100000100111111 | f5bee4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)