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 | 螳沓裄 | 111001011010111010001100010000101110010111100000 | e5ae8c42e5e0 |
EUC-JP | 螳沓裄 | 111010101011000010110111101000111110101011100010 | eab0b7a3eae2 |
UTF-8 | 螳沓裄 | 111010001001111010110011111001101011001010010011111010001010001110000100 | e89eb3e6b293e8a384 |
UHC | 螳沓? | 1101001111011001110100111100101100111111 | d3d9d3cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)