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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蛭? | 00111111100101010110011100111111 | 3f95673f |
EUC-JP | ?蛭? | 00111111110010011100100000111111 | 3fc9c83f |
UTF-8 | 롘蛭렞 | 111010111010000110011000111010001001101110101101111010111010000010011110 | eba198e89badeba09e |
UHC | 롘蛭렞 | 100011101101110011110010111101001000111010101111 | 8edcf2f48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)