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 | 谺嵌脉 | 111001101010110010011011110001101110001111110101 | e6ac9bc6e3f5 |
EUC-JP | 谺嵌脉 | 111011001010111011010110110010001110011011110111 | ecaed6c8e6f7 |
UTF-8 | 谺嵌脉 | 111010001011000010111010111001011011010110001100111010001000010010001001 | e8b0bae5b58ce88489 |
UHC | ?嵌? | 00111111110010101110111000111111 | 3fcaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)