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 | 艸悟О | 111001001000011110001100111001011000010001001111 | e4878ce5844f |
EUC-JP | 艸悟О | 111001111110011110111000111001111010011110110000 | e7e7b8e7a7b0 |
UTF-8 | 艸悟О | 1110100010001001101110001110011010000010100111111101000010011110 | e889b8e6829fd09e |
UHC | 艸悟О | 111101011010110011100111111101101010110010110000 | f5ace7f6acb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)