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 | 烏? | 100010010100011100111111 | 89473f |
EUC-JP | 烏? | 101100011010100000111111 | b1a83f |
UTF-8 | 烏쏙 | 111001111000001110001111111011001000111110011001 | e7838fec8f99 |
UHC | 烏쏙 | 11101000101000011011110111101111 | e8a1bdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)