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 | 西e▲ | 100100001011110010000010100001011000000110100011 | 90bc828581a3 |
EUC-JP | 西e▲ | 110000001011111010100011111001011010001010100101 | c0bea3e5a2a5 |
UTF-8 | 西e▲ | 111010001010010110111111111011111011110110000101111000101001011010110010 | e8a5bfefbd85e296b2 |
UHC | 西e▲ | 111000001010010010100011111001011010000111100011 | e0a4a3e5a1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)