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 | ??撒 | 00111111001111111000111001010100 | 3f3f8e54 |
EUC-JP | ??撒 | 00111111001111111011101110110101 | 3f3fbbb5 |
UTF-8 | 룵뇟撒 | 111010111010001110110101111010111000011110011111111001101001001010010010 | eba3b5eb879fe69292 |
UHC | 룵뇟撒 | 100011111010101010110100101000011101111110101110 | 8faab4a1dfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)