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 | Ùúâ÷ | 1101100111111010100011111110001011110111 | d9fa8fe2f7 |
SJIS-WIN | ????÷ | 001111110011111100111111001111111000000110000000 | 3f3f3f3f8180 |
EUC-JP | Ùú?â÷ | 100011111010101011100011100011111010101111100010001111111000111110101011101001001010000111100000 | 8faae38fabe23f8faba4a1e0 |
UTF-8 | Ùúâ÷ | 11000011100110011100001110111010110000101000111111000011101000101100001110110111 | c399c3bac28fc3a2c3b7 |
UHC | ????÷ | 001111110011111100111111001111111010000111000000 | 3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)