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 | ?威 | 001111111000100011010000 | 3f88d0 |
EUC-JP | ?威 | 001111111011000011010010 | 3fb0d2 |
UTF-8 | 롎威 | 111010111010000110001110111001011010100010000001 | eba18ee5a881 |
UHC | 롎威 | 10001110110101001110101011001110 | 8ed4eace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)