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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 蘖?±鍮 | 10011111010100000011111110000001011111011110100001001010 | 9f503f817de84a |
EUC-JP | 蘖?±鍮 | 11011101101100010011111110100001110111101110111110101011 | ddb13fa1deefab |
UTF-8 | 蘖뽰±鍮 | 1110100010011000100101101110101110111101101100001100001010110001111010011000110110101110 | e89896ebbdb0c2b1e98dae |
UHC | 蘖뽰±鍮 | 1110010111101110100101101110110010100001101111101110101110111001 | e5ee96eca1beebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)