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 | 籖画燦冐 | 1110001011011101100010011110011010001110010101111110001111101100 | e2dd89e68e57e3ec |
EUC-JP | 籖画燦冐 | 1110010011011111101100101110100010111011101110001110011011101110 | e4dfb2e8bbb8e6ee |
UTF-8 | 籖画燦冐 | 111001111011000110010110111001111001010010111011111001111000011110100110111001011000011010010000 | e7b196e794bbe787a6e58690 |
UHC | ??燦? | 0011111100111111111100111011111000111111 | 3f3ff3be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)