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 | ¼Ùàþ | 10111100110110011110000011111110 | bcd9e0fe |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?Ùàþ | 00111111100011111010101011100011100011111010101110100010100011111010100111010000 | 3f8faae38faba28fa9d0 |
UTF-8 | ¼Ùàþ | 1100001010111100110000111001100111000011101000001100001110111110 | c2bcc399c3a0c3be |
UHC | ¼??þ | 101010001111100100111111001111111010100110101101 | a8f93f3fa9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)