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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 裲所汽 | 111001011110101010001111100010101000101101000100 | e5ea8f8a8b44 |
EUC-JP | 裲所汽 | 111010101110110010111101111010101011010110100101 | eaecbdeab5a5 |
UTF-8 | 裲所汽 | 111010001010001110110010111001101000100110000000111001101011000110111101 | e8a3b2e68980e6b1bd |
UHC | ?所汽 | 0011111111100001101101101101000110101001 | 3fe1b6d1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)