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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 掩?瀛?? | 10001001100001100011111111100000011010010011111100111111 | 89863fe0693f3f |
EUC-JP | 掩?瀛?? | 10110001111001100011111111011111110010100011111100111111 | b1e63fdfca3f3f |
UTF-8 | 掩푈瀛뽪누 | 111001101000111010101001111011011001000110001000111001111000000010011011111010111011110110101010111010111000100010000100 | e68ea9ed9188e7809bebbdaaeb8884 |
UHC | 掩푈瀛뽪누 | 11100101111100111011111001001111111001111011101010010110111001101011010010101001 | e5f3be4fe7ba96e6b4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)