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 | ¼ïº° | 10111100111011111011101010110000 | bcefbab0 |
SJIS-WIN | ???° | 0011111100111111001111111000000110001011 | 3f3f3f818b |
EUC-JP | ?ﺰ | 001111111000111110101011110000011000111110100010111010111010000111101011 | 3f8fabc18fa2eba1eb |
UTF-8 | ¼ïº° | 1100001010111100110000111010111111000010101110101100001010110000 | c2bcc3afc2bac2b0 |
UHC | ¼?º° | 10101000111110010011111110101000101011001010000111000110 | a8f93fa8aca1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)