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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?港 | 001111111000110101100000 | 3f8d60 |
EUC-JP | ?港 | 001111111011100111000001 | 3fb9c1 |
UTF-8 | 룿港 | 111010111010001110111111111001101011100010101111 | eba3bfe6b8af |
UHC | 룿港 | 10001111101100001111100111111011 | 8fb0f9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)