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 | ¾ß½ | 10111110110111111000111110111101 | bedf8fbd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ß?? | 001111111000111110101001110011100011111100111111 | 3f8fa9ce3f3f |
UTF-8 | ¾ß½ | 1100001010111110110000111001111111000010100011111100001010111101 | c2bec39fc28fc2bd |
UHC | ¾ß?½ | 10101000111110101010100110101100001111111010100011110110 | a8faa9ac3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)