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 | 由?由 | 1001011101010010001111111001011101010010 | 97523f9752 |
EUC-JP | 由?由 | 1100110110110011001111111100110110110011 | cdb33fcdb3 |
UTF-8 | 由뷻由 | 111001111001010010110001111010111011011110111011111001111001010010110001 | e794b1ebb7bbe794b1 |
UHC | 由뷻由 | 111010111010011010010101011010001110101110100110 | eba69568eba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)