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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 豺賍A豺 | 11100110101101111110011011011010010000011110011010110111 | e6b7e6da41e6b7 |
EUC-JP | 豺賍A豺 | 11101100101110011110110011011100010000011110110010111001 | ecb9ecdc41ecb9 |
UTF-8 | 豺賍A豺 | 11101000101100011011101011101000101100111000110101000001111010001011000110111010 | e8b1bae8b38d41e8b1ba |
UHC | 豺?A豺 | 111000111100111100111111010000011110001111001111 | e3cf3f41e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)