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 | 鈬句ァ喊 | 11100111111000111000101111100101101001111001101001011110 | e7e38be5a79a5e |
EUC-JP | 鈬句ァ喊 | 1110111011100101101101101110011110001110101001111101001110111111 | eee5b6e78ea7d3bf |
UTF-8 | 鈬句ァ喊 | 111010011000100010101100111001011000111110100101111011111011110110100111111001011001011010001010 | e988ace58fa5efbda7e5968a |
UHC | ?句?喊 | 001111111100111110100011001111111111100111100010 | 3fcfa33ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)