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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 萵萵^ | 111100001110011111100100111000001111000011100111111001001110000001011110 | f0e7e4e0f0e7e4e05e |
EUC-JP | ?萵?萵^ | 00111111111010001110001000111111111010001110001001011110 | 3fe8e23fe8e25e |
UTF-8 | 萵萵^ | 11101110100000101010011011101000100100001011010111101110100000101010011011101000100100001011010101011110 | ee82a6e890b5ee82a6e890b55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)