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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 障昮セナ | 100011111110000111111010110100101011111011000101 | 8fe1fad2bec5 |
EUC-JP | 障昮セナ | 101111101110001110001111110000101010101110001110101111101000111011000101 | bee38fc2ab8ebe8ec5 |
UTF-8 | 障昮セナ | 111010011001101010011100111001101001100010101110111011111011110110111110111011111011111010000101 | e99a9ce698aeefbdbeefbe85 |
UHC | 障??? | 1110111010100001001111110011111100111111 | eea13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)