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 | 關オ陟サ | 111010001001000010110101111010001010000010111011 | e890b5e8a0bb |
EUC-JP | 關オ陟サ | 1110111111110000100011101011010111110000101000101000111010111011 | eff08eb5f0a28ebb |
UTF-8 | 關オ陟サ | 111010011001011110011100111011111011110110110101111010011001100110011111111011111011110110111011 | e9979cefbdb5e9999fefbdbb |
UHC | 關?陟? | 110011101011110000111111111101001011001100111111 | cebc3ff4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)