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 | 要??辱?Р | 100101110111011000111111001111111001000001001010001111111000010001010001 | 97763f3f904a3f8451 |
EUC-JP | 要??辱?Р | 110011011101011100111111001111111011111110101011001111111010011110110010 | cdd73f3fbfab3fa7b2 |
UTF-8 | 要쀣굟辱삯Р | 1110100010100110100000011110110010000000101000111110101010110101100111111110100010111110101100011110110010000010101011111101000010100000 | e8a681ec80a3eab59fe8beb1ec82afd0a0 |
UHC | 要쀣굟辱삯Р | 111010011010100110010111111000111000001010000111111010011011010010111011111010011010110010110010 | e9a997e38287e9b4bbe9acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)