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 | 濟肆烈 | 111000000101101011100011111001101001011111110011 | e05ae3e697f3 |
EUC-JP | 濟肆烈 | 110111111011101111100110111010001100111011110101 | dfbbe6e8cef5 |
UTF-8 | 濟肆烈 | 111001101011111110011111111010001000001010000110111001111000001110001000 | e6bf9fe88286e78388 |
UHC | 濟肆烈 | 111100001010110111011110111010111101011010101101 | f0addeebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)