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 | ?旺 | 001111111000100110100000 | 3f89a0 |
EUC-JP | ?旺 | 001111111011001010100010 | 3fb2a2 |
UTF-8 | 롇旺 | 111010111010000110000111111001101001011110111010 | eba187e697ba |
UHC | 롇旺 | 10001110110011011110100011011010 | 8ecde8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)