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 | 襄句ァ鍋 | 11100101111101011000101111100101101001111001001111100111 | e5f58be5a793e7 |
EUC-JP | 襄句ァ鍋 | 1110101011110111101101101110011110001110101001111100011011101001 | eaf7b6e78ea7c6e9 |
UTF-8 | 襄句ァ鍋 | 111010001010010110000100111001011000111110100101111011111011110110100111111010011000110110001011 | e8a584e58fa5efbda7e98d8b |
UHC | 襄句?鍋 | 11100101110100011100111110100011001111111100111010100111 | e5d1cfa33fcea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)