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 | Í^ | 10010000110011011000101010011011100010011001101101011110 | 90cd8a9b899b5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?Í????^ | 001111111000111110101010101111110011111100111111001111110011111101011110 | 3f8faabf3f3f3f3f5e |
UTF-8 | Í^ | 11000010100100001100001110001101110000101000101011000010100110111100001010001001110000101001101101011110 | c290c38dc28ac29bc289c29b5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)