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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 豺イ蟷溪茜B | 11100110101101111011001011100101101110011001111111100010100010001010100101000010 | e6b7b2e5b99fe288a942 |
EUC-JP | 豺イ蟷溪茜B | 1110110010111001100011101011001011101010101110111101111011100100101100001010101101000010 | ecb98eb2eabbdee4b0ab42 |
UTF-8 | 豺イ蟷溪茜B | 11101000101100011011101011101111101111011011001011101000100111111011011111100110101110101010101011101000100011001001110001000010 | e8b1baefbdb2e89fb7e6baaae88c9c42 |
UHC | 豺??溪?B | 1110001111001111001111110011111111001101101000100011111101000010 | e3cf3f3fcda23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)