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 | ë¥ëëì | 1110101110100101100011011110101110010100100001001110101111101100 | eba58deb9484ebec |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ë??ë??ëì | 10001111101010111011001100111111001111111000111110101011101100110011111100111111100011111010101110110011100011111010101111000000 | 8fabb33f3f8fabb33f3f8fabb38fabc0 |
UTF-8 | ë¥ëëì | 11000011101010111100001010100101110000101000110111000011101010111100001010010100110000101000010011000011101010111100001110101100 | c3abc2a5c28dc3abc294c284c3abc3ac |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)