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 | ñÜ÷®K | 1111000111011100111101111010111001001011 | f1dcf7ae4b |
SJIS-WIN | ??÷?K | 001111110011111110000001100000000011111101001011 | 3f3f81803f4b |
EUC-JP | ñÜ÷®K | 100011111010101111010000100011111010101011100100101000011110000010001111101000101110111001001011 | 8fabd08faae4a1e08fa2ee4b |
UTF-8 | ñÜ÷®K | 110000111011000111000011100111001100001110110111110000101010111001001011 | c3b1c39cc3b7c2ae4b |
UHC | ??÷®K | 00111111001111111010000111000000101000101110011101001011 | 3f3fa1c0a2e74b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)