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 | 雕昴i讀 | 1110100010111000100111011110001110000010100010011110011010100100 | e8b89de38289e6a4 |
EUC-JP | 雕昴i讀 | 1111000010111010110110101110010110100011111010011110110010100110 | f0badae5a3e9eca6 |
UTF-8 | 雕昴i讀 | 111010011001101110010101111001101001100010110100111011111011110110001001111010001010111010000000 | e99b95e698b4efbd89e8ae80 |
UHC | 雕昴i讀 | 1111000011100111110110011101101110100011111010011101010011000001 | f0e7d9dba3e9d4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)