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 | ??秉? | 0011111100111111111000100101110000111111 | 3f3fe25c3f |
EUC-JP | ??秉? | 0011111100111111111000111011110100111111 | 3f3fe3bd3f |
UTF-8 | 셀뤶秉拉 | 111011001000010110000000111010111010010010110110111001111010011110001001111011111010010010100101 | ec8580eba4b6e7a789efa4a5 |
UHC | 셀뤶秉拉 | 1011110010111111100011111110010011011100101111001101000111111110 | bcbf8fe4dcbcd1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)