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 | 溽笳姆 | 100111111110011111100010100101111001101101000111 | 9fe7e2979b47 |
EUC-JP | 溽笳姆 | 110111101110100111100011111101111101010110101000 | dee9e3f7d5a8 |
UTF-8 | 溽笳姆 | 111001101011101010111101111001111010110010110011111001011010011110000110 | e6babde7acb3e5a786 |
UHC | ??姆 | 00111111001111111101100110110101 | 3f3fd9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)