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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 勇?抒孩?輿 | 10010111010001010011111110011101010100101001101101110111001111111001011101100000 | 97453f9d529b773f9760 |
EUC-JP | 勇?抒孩?輿 | 11001101101001100011111111011001101100111101010111011000001111111100110111000001 | cda63fd9b3d5d83fcdc1 |
UTF-8 | 勇쌆抒孩붶輿 | 111001011000101110000111111011001000110010000110111001101000101010010010111001011010110110101001111010111011011010110110111010001011110010111111 | e58b87ec8c86e68a92e5ada9ebb6b6e8bcbf |
UHC | 勇쌆抒孩붶輿 | 111010011011100010011010111110011101111111110001111110101010100110010100111001001110011010101011 | e9b89af9dff1faa994e4e6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)