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 | 溽碾賈 | 100111111110011111100001111110001110011011001001 | 9fe7e1f8e6c9 |
EUC-JP | 溽碾賈 | 110111101110100111100010111110101110110011001011 | dee9e2faeccb |
UTF-8 | 溽碾賈 | 111001101011101010111101111001111010001010111110111010001011001110001000 | e6babde7a2bee8b388 |
UHC | ??賈 | 00111111001111111100101010111001 | 3f3fcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)