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 | âôãà | 11000011101000101100001110110100110000111010001111000011 | c3a2c3b4c3a3c3 |
SJIS-WIN | ?¢?´?£? | 00111111100000011001000100111111100000010100110000111111100000011001001000111111 | 3f81913f814c3f81923f |
EUC-JP | âôãà | 100011111010101010101010101000011111000110001111101010101010101010100001101011011000111110101010101010101010000111110010100011111010101010101010 | 8faaaaa1f18faaaaa1ad8faaaaa1f28faaaa |
UTF-8 | âôãà | 1100001110000011110000101010001011000011100000111100001010110100110000111000001111000010101000111100001110000011 | c383c2a2c383c2b4c383c2a3c383 |
UHC | ???´??? | 0011111100111111001111111010001010100101001111110011111100111111 | 3f3f3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)