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 | 鞜帝キコ豎 | 1110100011011111100100101110100110110111101110101110011010110001 | e8df92e9b7bae6b1 |
EUC-JP | 鞜帝キコ豎 | 11110000111000011100010011101011100011101011011110001110101110101110110010110011 | f0e1c4eb8eb78ebaecb3 |
UTF-8 | 鞜帝キコ豎 | 111010011001111010011100111001011011100010011101111011111011110110110111111011111011110110111010111010001011000110001110 | e99e9ce5b89defbdb7efbdbae8b18e |
UHC | ?帝??? | 001111111111000010101000001111110011111100111111 | 3ff0a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)