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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曖??悅 | 100111100100001000111111001111111111101010111101 | 9e423f3ffabd |
EUC-JP | 曖??? | 1101101110100011001111110011111100111111 | dba33f3f3f |
UTF-8 | 曖멨벟悅 | 111001101001101110010110111010111010100110101000111010111011001010011111111001101000001010000101 | e69b96eba9a8ebb29fe68285 |
UHC | 曖멨벟悅 | 1110010011110010101110001110010110010011101110101110011011101101 | e4f2b8e593bae6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)