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 | 爲珮璢 | 111000001010100011100000111000011110000011100011 | e0a8e0e1e0e3 |
EUC-JP | 爲珮璢 | 111000001010101011100000111000111110000011100101 | e0aae0e3e0e5 |
UTF-8 | 爲珮璢 | 111001111000100010110010111001111000111110101110111001111001001010100010 | e788b2e78faee792a2 |
UHC | 爲?? | 11101010110100110011111100111111 | ead33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)