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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閻句ァ喊 | 11101000100001011000101111100101101001111001101001011110 | e8858be5a79a5e |
EUC-JP | 閻句ァ喊 | 1110111111100101101101101110011110001110101001111101001110111111 | efe5b6e78ea7d3bf |
UTF-8 | 閻句ァ喊 | 111010011001011010111011111001011000111110100101111011111011110110100111111001011001011010001010 | e996bbe58fa5efbda7e5968a |
UHC | 閻句?喊 | 11100111101000101100111110100011001111111111100111100010 | e7a2cfa33ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)