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 | 展? | 100100110101011100111111 | 93573f |
EUC-JP | 展? | 110001011011100000111111 | c5b83f |
UTF-8 | 展렫 | 111001011011000110010101111010111010000010101011 | e5b195eba0ab |
UHC | 展렫 | 11101110111101111000111010111001 | eef78eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)