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 | 鄂醍畑 | 111001111011110110010001111001111001010010101000 | e7bd91e794a8 |
EUC-JP | 鄂醍畑 | 111011101011111111000010111010011100100010101010 | eebfc2e9c8aa |
UTF-8 | 鄂醍畑 | 111010011000010010000010111010011000011010001101111001111001010110010001 | e98482e9868de79591 |
UHC | 鄂醍畑 | 111001001100011111110000101101011110111110100101 | e4c7f0b5efa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)