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 | 11110010101001101011100011101001101100001100000001000101 | f2a6b8e9b0c045 |
EUC-JP | ?ク魏タE | 0011111110001110101110001111001010110010100011101100000001000101 | 3f8eb8f2b28ec045 |
UTF-8 | ク魏タE | 11101110100001111001110111101111101111011011100011101001101011011000111111101111101111101000000001000101 | ee879defbdb8e9ad8fefbe8045 |
UHC | ??魏?E | 001111110011111111101010111000000011111101000101 | 3f3feae03f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)