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 | ??X??? | 001111110011111101011000001111110011111100111111 | 3f3f583f3f3f |
SJIS-WIN | ??X??タ | 00111111001111110101100000111111001111111000001101011110 | 3f3f583f3f835e |
EUC-JP | ??X??タ | 00111111001111110101100000111111001111111010010110111111 | 3f3f583f3fa5bf |
UTF-8 | 룵句X룴횕タ | 11101011101000111011010111101111101001001000011001011000111010111010001110110100111011011001101010010101111000111000001010111111 | eba3b5efa48658eba3b4ed9a95e382bf |
UHC | 룵句X룴횕タ | 1000111110101010110011111111101101011000100011111010100111000011100011111010101110111111 | 8faacffb588fa9c38fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)