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 | 證?お? | 111001101001101000111111100000101010100000111111 | e69a3f82a83f |
EUC-JP | 證?お? | 111010111111101000111111101001001010101000111111 | ebfa3fa4aa3f |
UTF-8 | 證빛お렔 | 111010001010110110001001111010111011100110011011111000111000000110001010111010111010000010010100 | e8ad89ebb99be3818aeba094 |
UHC | 證빛お렔 | 1111000111111011101110101111101110101010101010101000111010101001 | f1fbbafbaaaa8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)