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ݾ | 11111011010000101101110110111110 | fb42ddbe |
SJIS-WIN | ?B?? | 00111111010000100011111100111111 | 3f423f3f |
EUC-JP | ûBÝ? | 1000111110101011111001010100001010001111101010101111001000111111 | 8fabe5428faaf23f |
UTF-8 | ûBݾ | 11000011101110110100001011000011100111011100001010111110 | c3bb42c39dc2be |
UHC | ?B?¾ | 0011111101000010001111111010100011111010 | 3f423fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)