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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
EUC-JP | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
UTF-8 | 令썹돇E | 11101111101001101010100011101100100011011011100111101011100011111000011101000101 | efa6a8ec8db9eb8f8745 |
UHC | 令썹돇E | 11100111101010011011110111100111100010011001100001000101 | e7a9bde7899845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)