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 | 缸? | 111000111001110100111111 | e39d3f |
EUC-JP | 缸? | 111001011111110100111111 | e5fd3f |
UTF-8 | 缸잰 | 111001111011110010111000111011001001111010110000 | e7bcb8ec9eb0 |
UHC | 缸잰 | 11111001111111001100000011101001 | f9fcc0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)