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 | 憶??? | 1000100110101111001111110011111100111111 | 89af3f3f3f |
EUC-JP | 憶??? | 1011001010110001001111110011111100111111 | b2b13f3f3f |
UTF-8 | 憶당즴娛 | 111001101000011010110110111010111000101110111001111011001010011010110100111001011010100010011011 | e686b6eb8bb9eca6b4e5a89b |
UHC | 憶당즴娛 | 1110010111100011101101001110011110100011100001101110011111110100 | e5e3b4e7a386e7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)