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 | â´Â | 11000011101000101100001010110100110000101000111111000010 | c3a2c2b4c28fc2 |
SJIS-WIN | ?¢?´??? | 001111111000000110010001001111111000000101001100001111110011111100111111 | 3f81913f814c3f3f3f |
EUC-JP | â´� | 1000111110101010101010101010000111110001100011111010101010100100101000011010110110001111101010101010010000111111100011111010101010100100 | 8faaaaa1f18faaa4a1ad8faaa43f8faaa4 |
UTF-8 | â´Â | 1100001110000011110000101010001011000011100000101100001010110100110000111000001011000010100011111100001110000010 | c383c2a2c382c2b4c382c28fc382 |
UHC | ???´??? | 0011111100111111001111111010001010100101001111110011111100111111 | 3f3f3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)