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 | 齬≪?寤 | 11101010100101111000000111100001001111111001101110001000 | ea9781e13f9b88 |
EUC-JP | 齬≪?寤 | 11110011111101111010001011100011001111111101010111101000 | f3f7a2e33fd5e8 |
UTF-8 | 齬≪궥寤 | 111010011011110110101100111000101000100110101010111010101011011010100101111001011010111110100100 | e9bdace289aaeab6a5e5afa4 |
UHC | 齬≪궥寤 | 1110010111100001101000011110110010000010101101111110011111110101 | e5e1a1ec82b7e7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)