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 | ?齧? | 00111111111010101001011000111111 | 3fea963f |
EUC-JP | 渲齧? | 100011111100011111101100111100111111011000111111 | 8fc7ecf3f63f |
UTF-8 | 渲齧葉 | 111001101011100010110010111010011011110110100111111011111010010110101110 | e6b8b2e9bda7efa5ae |
UHC | 渲齧葉 | 111000001100001011100000111001011110000011110001 | e0c2e0e5e0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)