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 | ???Uk | 0011111100111111001111110101010101101011 | 3f3f3f556b |
SJIS-WIN | 辰単足Uk | 1001001001000011100100100101000010010001101010110101010101101011 | 9243925091ab556b |
EUC-JP | 辰単足Uk | 1100001110100100110000111011000111000010101011010101010101101011 | c3a4c3b1c2ad556b |
UTF-8 | 辰単足Uk | 1110100010111110101100001110010110001101100110001110100010110110101100110101010101101011 | e8beb0e58d98e8b6b3556b |
UHC | 辰?足Uk | 11110010111000110011111111110000111010110101010101101011 | f2e33ff0eb556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)