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 | 罎磯┴螳 | 1110001110100010100010001110100110000100101010001110010110101110 | e3a288e984a8e5ae |
EUC-JP | 罎磯┴螳 | 1110011010100100101100001110101110101000101010101110101010110000 | e6a4b0eba8aaeab0 |
UTF-8 | 罎磯┴螳 | 111001111011110110001110111001111010001110101111111000101001010010110100111010001001111010110011 | e7bd8ee7a3afe294b4e89eb3 |
UHC | ?磯┴螳 | 00111111110100011011010010100110101010101101001111011001 | 3fd1b4a6aad3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)