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 | 豺乗辧雋 | 1110011010110111100011111110011010011001100111111110100010110010 | e6b78fe6999fe8b2 |
EUC-JP | 豺乗辧雋 | 1110110010111001101111101110100011010010101000011111000010110100 | ecb9bee8d2a1f0b4 |
UTF-8 | 豺乗辧雋 | 111010001011000110111010111001001011100110010111111010001011111010100111111010011001101110001011 | e8b1bae4b997e8bea7e99b8b |
UHC | 豺??雋 | 111000111100111100111111001111111111000111100110 | e3cf3f3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)