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 | ¯ë | 100100011010111110010001111010111000001010001010 | 91af91eb828a |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¯?ë?? | 00111111100011111010001010110100001111111000111110101011101100110011111100111111 | 3f8fa2b43f8fabb33f3f |
UTF-8 | ¯ë | 110000101001000111000010101011111100001010010001110000111010101111000010100000101100001010001010 | c291c2afc291c3abc282c28a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)