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 | 霓懌襖葹 | 1110100010111101100111001110001010001001101001101110010011011111 | e8bd9ce289a6e4df |
EUC-JP | 霓懌襖葹 | 1111000010111111110110001110010010110010101010001110100011100001 | f0bfd8e4b2a8e8e1 |
UTF-8 | 霓懌襖葹 | 111010011001110010010011111001101000011110001100111010001010010110010110111010001001000110111001 | e99c93e6878ce8a596e891b9 |
UHC | 霓??? | 1110011111100111001111110011111100111111 | e7e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)