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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 盖眄韜眩琅 | 11100001101100111110000110111110111010001110100111100001101111111110000011100100 | e1b3e1bee8e9e1bfe0e4 |
EUC-JP | 盖眄韜眩琅 | 11100010101101011110001011000000111100001110101111100010110000011110000011100110 | e2b5e2c0f0ebe2c1e0e6 |
UTF-8 | 盖眄韜眩琅 | 111001111001101110010110111001111001110010000100111010011001111110011100111001111001110010101001111001111001000010000101 | e79b96e79c84e99f9ce79ca9e79085 |
UHC | 盖眄韜眩琅 | 11001011110011001101100011111000110101001011011111111010110111111101010111001010 | cbccd8f8d4b7fadfd5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)