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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?磯鸚 | 0011111110001000111010011110101001011111 | 3f88e9ea5f |
EUC-JP | ?磯鸚 | 0011111110110000111010111111001111000000 | 3fb0ebf3c0 |
UTF-8 | 짼磯鸚 | 111011001010011110111100111001111010001110101111111010011011100010011010 | eca7bce7a3afe9b89a |
UHC | 짼磯鸚 | 110000101011001011010001101101001110010110100100 | c2b2d1b4e5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)