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 | é¶å¤² | 111010011001101010110110111001011010010010110010 | e99ab6e5a4b2 |
SJIS-WIN | ??¶??? | 00111111001111111000000111110111001111110011111100111111 | 3f3f81f73f3f3f |
EUC-JP | �� | 10001111101010111011000100111111101000101111100110001111101010111010100110001111101000101111000000111111 | 8fabb13fa2f98faba98fa2f03f |
UTF-8 | é¶å¤² | 110000111010100111000010100110101100001010110110110000111010010111000010101001001100001010110010 | c3a9c29ac2b6c3a5c2a4c2b2 |
UHC | ??¶?¤² | 001111110011111110100010110100100011111110100010101101001010100111110111 | 3f3fa2d23fa2b4a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)