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 | ¼Ï¼Ý¼Õ¼Â | 1011110011001111101111001101110110111100110101011011110011000010 | bccfbcddbcd5bcc2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Ï?Ý?Õ? | 00111111100011111010101011000001001111111000111110101010111100100011111110001111101010101101100000111111100011111010101010100100 | 3f8faac13f8faaf23f8faad83f8faaa4 |
UTF-8 | ¼Ï¼Ý¼Õ¼Â | 11000010101111001100001110001111110000101011110011000011100111011100001010111100110000111001010111000010101111001100001110000010 | c2bcc38fc2bcc39dc2bcc395c2bcc382 |
UHC | ¼?¼?¼?¼? | 101010001111100100111111101010001111100100111111101010001111100100111111101010001111100100111111 | a8f93fa8f93fa8f93fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)