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 | ¼¼Ùk | 1011110010101101101111001101100101101011 | bcadbcd96b |
SJIS-WIN | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
EUC-JP | ???Ùk | 00111111001111110011111110001111101010101110001101101011 | 3f3f3f8faae36b |
UTF-8 | ¼¼Ùk | 110000101011110011000010101011011100001010111100110000111001100101101011 | c2bcc2adc2bcc3996b |
UHC | ¼¼?k | 1010100011111001101000011010100110101000111110010011111101101011 | a8f9a1a9a8f93f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)