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 | ¿³ßÐ | 101111111011001110001110110111111000111011010000 | bfb38edf8ed0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ¿??ß?? | 10001111101000101100010000111111001111111000111110101001110011100011111100111111 | 8fa2c43f3f8fa9ce3f3f |
UTF-8 | ¿³ßÐ | 110000101011111111000010101100111100001010001110110000111001111111000010100011101100001110010000 | c2bfc2b3c28ec39fc28ec390 |
UHC | ¿³?ß?Ð | 10100010101011111010100111111000001111111010100110101100001111111010100010100010 | a2afa9f83fa9ac3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)