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 | 辜雁ず粤 | 1110011110000011100010101110010110000010101110001110001011100011 | e7838ae582b8e2e3 |
EUC-JP | 辜雁ず粤 | 1110110111100011101101001110011110100100101110101110010011100101 | ede3b4e7a4bae4e5 |
UTF-8 | 辜雁ず粤 | 111010001011111010011100111010011001101110000001111000111000000110011010111001111011001010100100 | e8be9ce99b81e3819ae7b2a4 |
UHC | 辜雁ず? | 11001101110100001110010011010010101010101011101000111111 | cdd0e4d2aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)