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 | 易?? | 10001000110101010011111100111111 | 88d53f3f |
EUC-JP | 易?ł | 101100001101011100111111100011111010100111001000 | b0d73f8fa9c8 |
UTF-8 | 易낆ł | 1110011010011000100100111110101110000010100001101100010110000010 | e69893eb8286c582 |
UHC | 易낆ł | 111001101011011010000101111011001010100110101001 | e6b685eca9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)