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 | ?壽? | 00111111100110101110011000111111 | 3f9ae63f |
EUC-JP | ?壽? | 00111111110101001110100000111111 | 3fd4e83f |
UTF-8 | 슖壽씞 | 111011001000101010010110111001011010001110111101111011001001010010011110 | ec8a96e5a3bdec949e |
UHC | 슖壽씞 | 100110101010010111100001111110001001110110110010 | 9aa5e1f89db2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)