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 | ÍÛóµõ½ÍÛ | 1100110111011011111100111011010111110101101111011100110111011011 | cddbf3b5f5bdcddb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ÍÛó?õ?ÍÛ | 1000111110101010101111111000111110101010111001011000111110101011110100010011111110001111101010111101100000111111100011111010101010111111100011111010101011100101 | 8faabf8faae58fabd13f8fabd83f8faabf8faae5 |
UTF-8 | ÍÛóµõ½ÍÛ | 11000011100011011100001110011011110000111011001111000010101101011100001110110101110000101011110111000011100011011100001110011011 | c38dc39bc3b3c2b5c3b5c2bdc38dc39b |
UHC | ?????½?? | 001111110011111100111111001111110011111110101000111101100011111100111111 | 3f3f3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)