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 | ?譴鮗 | 0011111111100110101000101110100110111010 | 3fe6a2e9ba |
EUC-JP | 渻譴鮗 | 10001111110001111110111111101100101001001111001010111100 | 8fc7efeca4f2bc |
UTF-8 | 渻譴鮗 | 111001101011100010111011111010001010110110110100111010011010111010010111 | e6b8bbe8adb4e9ae97 |
UHC | ?譴? | 00111111110011001011100100111111 | 3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)