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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 業??業??^ | 100010111100011000111111001111111000101111000110001111110011111101011110 | 8bc63f3f8bc63f3f5e |
EUC-JP | 業??業??^ | 101101101100100000111111001111111011011011001000001111110011111101011110 | b6c83f3fb6c83f3f5e |
UTF-8 | 業딅젙業딅젙^ | 11100110101001011010110111101011100101001000010111101100101000001001100111100110101001011010110111101011100101001000010111101100101000001001100101011110 | e6a5adeb9485eca099e6a5adeb9485eca0995e |
UHC | 業딅젙業딅젙^ | 11100101111101101000101011101011101000001001010111100101111101101000101011101011101000001001010101011110 | e5f68aeba095e5f68aeba0955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)