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 | 惹??? | 1000111011100100001111110011111100111111 | 8ee43f3f3f |
EUC-JP | 惹??? | 1011110011100110001111110011111100111111 | bce63f3f3f |
UTF-8 | 惹뙅꽦嶪 | 111001101000001110111001111010111001100110000101111010101011110110100110111001011011011010101010 | e683b9eb9985eabda6e5b6aa |
UHC | 惹뙅꽦嶪 | 1110010110101001100011001000101110000100101100011110010111110101 | e5a98c8b84b1e5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)