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 | ¼½¼ÍG | 1011110010111101101111001100110101000111 | bcbdbccd47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ???ÍG | 00111111001111110011111110001111101010101011111101000111 | 3f3f3f8faabf47 |
UTF-8 | ¼½¼ÍG | 110000101011110011000010101111011100001010111100110000111000110101000111 | c2bcc2bdc2bcc38d47 |
UHC | ¼½¼?G | 1010100011111001101010001111011010101000111110010011111101000111 | a8f9a8f6a8f93f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)