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 | ¼Î𥼠| 1011110011001110111100001010010110111100 | bccef0a5bc |
SJIS-WIN | ???¥? | 001111110011111100111111100000011000111100111111 | 3f3f3f818f3f |
EUC-JP | ?Îð?? | 001111111000111110101010110000101000111110101001110000110011111100111111 | 3f8faac28fa9c33f3f |
UTF-8 | ¼Î𥼠| 11000010101111001100001110001110110000111011000011000010101001011100001010111100 | c2bcc38ec3b0c2a5c2bc |
UHC | ¼?ð?¼ | 1010100011111001001111111010100110100011001111111010100011111001 | a8f93fa9a33fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)