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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 箒鍗[箒鍗[^ | 1110001010110100111110111110000001011011111000101011010011111011111000000101101101011110 | e2b4fbe05be2b4fbe05b5e |
EUC-JP | 箒鍗[箒鍗[^ | 11100100101101101000111111100100111011110101101111100100101101101000111111100100111011110101101101011110 | e4b68fe4ef5be4b68fe4ef5b5e |
UTF-8 | 箒鍗[箒鍗[^ | 111001111010111010010010111010011000110110010111010110111110011110101110100100101110100110001101100101110101101101011110 | e7ae92e98d975be7ae92e98d975b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)