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 | ûNÛ¼ûNÛ¼^ | 111110110100111011011011101111001111101101001110110110111011110001011110 | fb4edbbcfb4edbbc5e |
SJIS-WIN | ?N???N??^ | 001111110100111000111111001111110011111101001110001111110011111101011110 | 3f4e3f3f3f4e3f3f5e |
EUC-JP | ûNÛ?ûNÛ?^ | 1000111110101011111001010100111010001111101010101110010100111111100011111010101111100101010011101000111110101010111001010011111101011110 | 8fabe54e8faae53f8fabe54e8faae53f5e |
UTF-8 | ûNÛ¼ûNÛ¼^ | 110000111011101101001110110000111001101111000010101111001100001110111011010011101100001110011011110000101011110001011110 | c3bb4ec39bc2bcc3bb4ec39bc2bc5e |
UHC | ?N?¼?N?¼^ | 0011111101001110001111111010100011111001001111110100111000111111101010001111100101011110 | 3f4e3fa8f93f4e3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)