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 | 罐穴而 | 111000111010001110001100100010101000111010100111 | e3a38c8a8ea7 |
EUC-JP | 罐穴而 | 111001101010010110110111111010101011110010101001 | e6a5b7eabca9 |
UTF-8 | 罐穴而 | 111001111011110110010000111001111010100110110100111010001000000010001100 | e7bd90e7a9b4e8808c |
UHC | 罐穴而 | 110011101011100011111010111010111110110010111011 | ceb8faebecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)