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 | 愉?愉 | 1001011011111001001111111001011011111001 | 96f93f96f9 |
EUC-JP | 愉?愉 | 1100110011111011001111111100110011111011 | ccfb3fccfb |
UTF-8 | 愉괿愉 | 111001101000010010001001111010101011010010111111111001101000010010001001 | e68489eab4bfe68489 |
UHC | 愉괿愉 | 111010101111000010000010011010001110101011110000 | eaf08268eaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)