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 | ûZîæü | 1111101101011010100000101110111010011100100001101110011011111100 | fb5a82ee9c86e6fc |
SJIS-WIN | ?Z?????? | 0011111101011010001111110011111100111111001111110011111100111111 | 3f5a3f3f3f3f3f3f |
EUC-JP | ûZ?î??æü | 10001111101010111110010101011010001111111000111110101011110000100011111100111111100011111010100111000001100011111010101111100100 | 8fabe55a3f8fabc23f3f8fa9c18fabe4 |
UTF-8 | ûZîæü | 110000111011101101011010110000101000001011000011101011101100001010011100110000101000011011000011101001101100001110111100 | c3bb5ac282c3aec29cc286c3a6c3bc |
UHC | ?Z????æ? | 001111110101101000111111001111110011111100111111101010011010000100111111 | 3f5a3f3f3f3fa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)