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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佚耕?佚 | 10011000110000111000110101101011001111111001100011000011 | 98c38d6b3f98c3 |
EUC-JP | 佚耕?佚 | 11010000110001011011100111001100001111111101000011000101 | d0c5b9cc3fd0c5 |
UTF-8 | 佚耕볶佚 | 111001001011110110011010111010001000000010010101111010111011001110110110111001001011110110011010 | e4bd9ae88095ebb3b6e4bd9a |
UHC | 佚耕볶佚 | 1110110011101010110011001110100110111010101110101110110011101010 | eceacce9babaecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)