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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 先?先?E | 10010000111001100011111110010000111001100011111101000101 | 90e63f90e63f45 |
EUC-JP | 先?先?E | 11000000111010000011111111000000111010000011111101000101 | c0e83fc0e83f45 |
UTF-8 | 先뼊先쏚E | 11100101100001011000100011101011101111001000101011100101100001011000100011101100100011111001101001000101 | e58588ebbc8ae58588ec8f9a45 |
UHC | 先뼊先쏚E | 111000001011101110010110100100101110000010111011100110111111111001000101 | e0bb9692e0bb9bfe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)