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 | 已?g | 1001101111011111001111111000001010000111 | 9bdf3f8287 |
EUC-JP | 已?g | 1101011011100001001111111010001111100111 | d6e13fa3e7 |
UTF-8 | 已겼g | 111001011011011110110010111010101011001010111100111011111011110110000111 | e5b7b2eab2bcefbd87 |
UHC | 已겼g | 111011001010101110110000111001011010001111100111 | ecabb0e5a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)