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 | 膠笈┌鐔 | 1110010001010000100010111000100010000100101000011110100001011100 | e4508b8884a1e85c |
EUC-JP | 膠笈┌鐔 | 1110011110110001101101011110100010101000101000111110111110111101 | e7b1b5e8a8a3efbd |
UTF-8 | 膠笈┌鐔 | 111010001000011010100000111001111010110010001000111000101001010010001100111010011001000010010100 | e886a0e7ac88e2948ce99094 |
UHC | 膠?┌? | 110011101110111100111111101001101010001100111111 | ceef3fa6a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)