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 | ´üP | 1100001010110100110000111011110001010000 | c2b4c3bc50 |
SJIS-WIN | ?´??P | 001111111000000101001100001111110011111101010000 | 3f814c3f3f50 |
EUC-JP | ´�P | 10001111101010101010010010100001101011011000111110101010101010100011111101010000 | 8faaa4a1ad8faaaa3f50 |
UTF-8 | ´üP | 110000111000001011000010101101001100001110000011110000101011110001010000 | c382c2b4c383c2bc50 |
UHC | ?´?¼P | 00111111101000101010010100111111101010001111100101010000 | 3fa2a53fa8f950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)