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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??饍 | 0011111100111111100011111110100011101101 | 3f3f8fe8ed |
UTF-8 | 손섞饍 | 111011001000011010010000111011001000010010011110111010011010010110001101 | ec8690ec849ee9a58d |
UHC | 손섞饍 | 101111001101010110111100101011111110000011010111 | bcd5bcafe0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)