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 | 阡碑耳辣 | 1110100010010100100101001110100010001110101010001110011110000101 | e89494e88ea8e785 |
EUC-JP | 阡碑耳辣 | 1110111111110100110010001110101010111100101010101110110111100101 | eff4c8eabcaaede5 |
UTF-8 | 阡碑耳辣 | 111010011001100010100001111001111010001010010001111010001000000010110011111010001011111010100011 | e998a1e7a291e880b3e8bea3 |
UHC | 阡碑耳辣 | 1111010011000110110111011111100011101100101111001101010110111000 | f4c6ddf8ecbcd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)