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 | 省蜴ソ謝 | 10001111110010001110010110001110101111111000111011010011 | 8fc8e58ebf8ed3 |
EUC-JP | 省蜴ソ謝 | 1011111011001010111010011110111010001110101111111011110011010101 | becae9ee8ebfbcd5 |
UTF-8 | 省蜴ソ謝 | 111001111001110010000001111010001001110010110100111011111011110110111111111010001010110010011101 | e79c81e89cb4efbdbfe8ac9d |
UHC | 省??謝 | 111000001111110100111111001111111101111011110011 | e0fd3f3fdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)