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 | ¼µ¼ÝPB | 101111001011010110111100110111010101000001000010 | bcb5bcdd5042 |
SJIS-WIN | ????PB | 001111110011111100111111001111110101000001000010 | 3f3f3f3f5042 |
EUC-JP | ???ÝPB | 0011111100111111001111111000111110101010111100100101000001000010 | 3f3f3f8faaf25042 |
UTF-8 | ¼µ¼ÝPB | 11000010101111001100001010110101110000101011110011000011100111010101000001000010 | c2bcc2b5c2bcc39d5042 |
UHC | ¼?¼?PB | 1010100011111001001111111010100011111001001111110101000001000010 | a8f93fa8f93f5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)