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 | 粧? | 100011111100111100111111 | 8fcf3f |
EUC-JP | 粧? | 101111101101000100111111 | bed13f |
UTF-8 | 粧렫 | 111001111011001010100111111010111010000010101011 | e7b2a7eba0ab |
UHC | 粧렫 | 11101101111100101000111010111001 | edf28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)