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 | 形ε?辱 | 10001100011000001000001111000011001111111001000001001010 | 8c6083c33f904a |
EUC-JP | 形ε?辱 | 10110111110000011010011011000101001111111011111110101011 | b7c1a6c53fbfab |
UTF-8 | 形ε쳣辱 | 1110010110111101101000101100111010110101111011001011001110100011111010001011111010110001 | e5bda2ceb5ecb3a3e8beb1 |
UHC | 形ε쳣辱 | 1111101110100001101001011110010110101011100010011110100110110100 | fba1a5e5ab89e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)