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 | 濟蝗濟 | 111000000101101011100101100110111110000001011010 | e05ae59be05a |
EUC-JP | 濟蝗濟 | 110111111011101111101001111110111101111110111011 | dfbbe9fbdfbb |
UTF-8 | 濟蝗濟 | 111001101011111110011111111010001001110110010111111001101011111110011111 | e6bf9fe89d97e6bf9f |
UHC | 濟蝗濟 | 111100001010110111111100110110011111000010101101 | f0adfcd9f0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)