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 | ?η? | 00111111100000111100010100111111 | 3f83c53f |
EUC-JP | 焰η? | 100011111100100111101111101001101100011100111111 | 8fc9efa6c73f |
UTF-8 | 焰η퀏 | 1110011110000100101100001100111010110111111011011000000010001111 | e784b0ceb7ed808f |
UHC | 焰η퀏 | 111001101111101110100101111001111011001110000101 | e6fba5e7b385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)