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 | 在?? | 10001101110111010011111100111111 | 8ddd3f3f |
EUC-JP | 在?? | 10111010110111110011111100111111 | badf3f3f |
UTF-8 | 在렍炡 | 111001011001110010101000111010111010000010001101111001111000001010100001 | e59ca8eba08de782a1 |
UHC | 在렍炡 | 111011101010010010001110101000111110111111101000 | eea48ea3efe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)