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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???掖? | 001111110011111100111111100111010111010000111111 | 3f3f3f9d743f |
EUC-JP | ???掖? | 001111110011111100111111110110011101010100111111 | 3f3f3fd9d53f |
UTF-8 | 惡롨쨶掖뽩 | 111011111010011010111001111010111010000110101000111011001010100010110110111001101000111010010110111010111011110110101001 | efa6b9eba1a8eca8b6e68e96ebbda9 |
UHC | 惡롨쨶掖뽩 | 11100111111101111000111011101000101001001001000011100100111110101001011011100101 | e7f78ee8a490e4fa96e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)