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 | 罐結錆 | 111000111010001110001100100010111000111001001011 | e3a38c8b8e4b |
EUC-JP | 罐結錆 | 111001101010010110110111111010111011101110101100 | e6a5b7ebbbac |
UTF-8 | 罐結錆 | 111001111011110110010000111001111011010110010000111010011000110010000110 | e7bd90e7b590e98c86 |
UHC | 罐結? | 1100111010111000110011001011111100111111 | ceb8ccbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)