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 | 踞セ蜚ク踝 | 1110011011110101101111101110010110010100101110001110011011110100 | e6f5bee594b8e6f4 |
EUC-JP | 踞セ蜚ク踝 | 11101100111101111000111010111110111010011111010010001110101110001110110011110110 | ecf78ebee9f48eb8ecf6 |
UTF-8 | 踞セ蜚ク踝 | 111010001011100010011110111011111011110110111110111010001001110010011010111011111011110110111000111010001011100010011101 | e8b89eefbdbee89c9aefbdb8e8b89d |
UHC | 踞?蜚?? | 11001011111001100011111111011110101001000011111100111111 | cbe63fdea43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)