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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 探存W | 1001001001010100100100011011011001010111 | 925491b657 |
EUC-JP | 探存W | 1100001110110101110000101011100001010111 | c3b5c2b857 |
UTF-8 | 探存W | 11100110100011101010001011100101101011011001100001010111 | e68ea2e5ad9857 |
UHC | 探存W | 1111011110101110111100001110110101010111 | f7aef0ed57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)