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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 賰悌透 | 111110111010110110010010111011101001001110100111 | fbad92ee93a7 |
EUC-JP | 賰悌透 | 10001111110111111011100111000100111100001100011010101001 | 8fdfb9c4f0c6a9 |
UTF-8 | 賰悌透 | 111010001011001110110000111001101000001010001100111010011000000010001111 | e8b3b0e6828ce9808f |
UHC | ?悌透 | 0011111111110000101010101111011111100010 | 3ff0aaf7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)