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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 第?齎 | 1001000111100110001111111110011011011000 | 91e63fe6d8 |
EUC-JP | 第?齎 | 1100001011101000001111111110110011011010 | c2e83fecda |
UTF-8 | 第렠齎 | 111001111010110010101100111010111010000010100000111010011011110110001110 | e7acaceba0a0e9bd8e |
UHC | 第렠齎 | 111100001010111110001110101100011110111010110010 | f0af8eb1eeb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)