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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 猴霓Y猴霓bE | 1110000011001011111010001011110101011001111000001100101111101000101111010110001001000101 | e0cbe8bd59e0cbe8bd6245 |
EUC-JP | 猴霓Y猴霓bE | 1110000011001101111100001011111101011001111000001100110111110000101111110110001001000101 | e0cdf0bf59e0cdf0bf6245 |
UTF-8 | 猴霓Y猴霓bE | 111001111000110010110100111010011001110010010011010110011110011110001100101101001110100110011100100100110110001001000101 | e78cb4e99c9359e78cb4e99c936245 |
UHC | ?霓Y?霓bE | 001111111110011111100111010110010011111111100111111001110110001001000101 | 3fe7e7593fe7e76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)