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 | 楔?妖楔? | 1001111010110110001111111001011101100100100111101011011000111111 | 9eb63f97649eb63f |
EUC-JP | 楔?妖楔? | 1101110010111000001111111100110111000101110111001011100000111111 | dcb83fcdc5dcb83f |
UTF-8 | 楔卨妖楔숞 | 111001101010010110010100111001011000110110101000111001011010011010010110111001101010010110010100111011001000100010011110 | e6a594e58da8e5a696e6a594ec889e |
UHC | 楔卨妖楔숞 | 11100000110110111110000011011001111010001110110111100000110110111001100111111011 | e0dbe0d9e8ede0db99fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)