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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 网メ桒、メ鍈 | 111000111010010011010010111110101110001110100100110100101111101001011110 | e3a4d2fae3a4d2fa5e |
EUC-JP | 网メ桒、メ鍈 | 1110011010100110100011101101001010001111110000111100100110001110101001001000111011010010100011111110010011101001 | e6a68ed28fc3c98ea48ed28fe4e9 |
UTF-8 | 网メ桒、メ鍈 | 111001111011110110010001111011111011111010010010111001101010000110010010111011111011110110100100111011111011111010010010111010011000110110001000 | e7bd91efbe92e6a192efbda4efbe92e98d88 |
UHC | ?????鍈 | 00111111001111110011111100111111001111111110011111001100 | 3f3f3f3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)