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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 傳???遠? | 1001100101000010001111110011111100111111100010011001001100111111 | 99423f3f3f89933f |
| EUC-JP | 傳?饔?遠? | 11010001101000110011111110001111111010001110111100111111101100011111001100111111 | d1a33f8fe8ef3fb1f33f |
| UTF-8 | 傳렓饔렧遠펫 | 111001011000001010110011111010111010000010010011111010011010010110010100111010111010000010100111111010011000000110100000111011011000111010101011 | e582b3eba093e9a594eba0a7e981a0ed8eab |
| UHC | 傳렓饔렧遠펫 | 111011101110111010001110101010001110100010111101100011101011011011101010110000001100011011101010 | eeee8ea8e8bd8eb6eac0c6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)