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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 盖鶺痿鱆 | 1110000110110011111010100101010011100001011111101110100111100001 | e1b3ea54e17ee9e1 |
EUC-JP | 盖鶺痿鱆 | 1110001010110101111100111011010111100001110111111111001011100011 | e2b5f3b5e1dff2e3 |
UTF-8 | 盖鶺痿鱆 | 111001111001101110010110111010011011011010111010111001111001011110111111111010011011000110000110 | e79b96e9b6bae797bfe9b186 |
UHC | 盖??? | 1100101111001100001111110011111100111111 | cbcc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)