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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ネ鋕ソ | 111100001010010111001000111110111101010010111111 | f0a5c8fbd4bf |
EUC-JP | ?ネ鋕ソ | 0011111110001110110010001000111111100100110000001000111010111111 | 3f8ec88fe4c08ebf |
UTF-8 | ネ鋕ソ | 111011101000000110100100111011111011111010001000111010011000101110010101111011111011110110111111 | ee81a4efbe88e98b95efbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)