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 | Ĵ㬠| 11000100101101001110001110101100 | c4b4e3ac |
SJIS-WIN | ?´?¬ | 001111111000000101001100001111111000000111001010 | 3f814c3f81ca |
EUC-JP | Ĵ㬠| 10001111101010101010001110100001101011011000111110101011101010101010001011001100 | 8faaa3a1ad8fabaaa2cc |
UTF-8 | Ĵ㬠| 1100001110000100110000101011010011000011101000111100001010101100 | c384c2b4c3a3c2ac |
UHC | ?´?? | 0011111110100010101001010011111100111111 | 3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)