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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴雅ク懃攣 | 111010001010110110001001111010111011100010011100111001111001110110111001 | e8ad89ebb89ce79db9 |
EUC-JP | 隴雅ク懃攣 | 11110000101011111011001011101101100011101011100011011000111010011101101010111011 | f0afb2ed8eb8d8e9dabb |
UTF-8 | 隴雅ク懃攣 | 111010011001101010110100111010011001101110000101111011111011110110111000111001101000011110000011111001101001010010100011 | e99ab4e99b85efbdb8e68783e694a3 |
UHC | ?雅?懃攣 | 0011111111100100101110100011111111010000110001001101010111111101 | 3fe4ba3fd0c4d5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)