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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隹キ蜊俶酪B | 11101000101100001011011111100101100011011001100011100110100101111000111101000010 | e8b0b7e58d98e6978f42 |
EUC-JP | 隹キ蜊俶酪B | 1111000010110010100011101011011111101001111011011101000011101000110011011110111101000010 | f0b28eb7e9edd0e8cdef42 |
UTF-8 | 隹キ蜊俶酪B | 11101001100110101011100111101111101111011011011111101000100111001000101011100100101111111011011011101001100001011010101001000010 | e99ab9efbdb7e89c8ae4bfb6e985aa42 |
UHC | ????酪B | 00111111001111110011111100111111110101011010110001000010 | 3f3f3f3fd5ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)