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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鈔幟握\ | 11100111111000101001101111101110100010001010110001011100 | e7e29bee88ac5c |
EUC-JP | 鈔幟握\ | 11101110111001001101011011110000101100001010111001011100 | eee4d6f0b0ae5c |
UTF-8 | 鈔幟握\ | 11101001100010001001010011100101101110011001111111100110100011111010000101011100 | e98894e5b99fe68fa15c |
UHC | ?幟握\ | 001111111111011010111010111001001100010001011100 | 3ff6bae4c45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)