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 | 窶眈 | 11100010100000001110000110111100 | e280e1bc |
EUC-JP | 窶眈 | 11100011111000001110001010111110 | e3e0e2be |
UTF-8 | 窶眈 | 111001111010101010110110111001111001110010001000 | e7aab6e79c88 |
UHC | ?眈 | 001111111111011110101111 | 3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)