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 | ÌäÃÑ | 10001110110011001000111111100100110000111000111011010001 | 8ecc8fe4c38ed1 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Ì?äÃ?Ñ | 001111111000111110101010110000000011111110001111101010111010001110001111101010101010101000111111100011111010101011010000 | 3f8faac03f8faba38faaaa3f8faad0 |
UTF-8 | ÌäÃÑ | 1100001010001110110000111000110011000010100011111100001110100100110000111000001111000010100011101100001110010001 | c28ec38cc28fc3a4c383c28ec391 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)