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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 舌????? | 10010000111000110011111100111111001111110011111100111111 | 90e33f3f3f3f3f |
EUC-JP | 舌????? | 11000000111001010011111100111111001111110011111100111111 | c0e53f3f3f3f3f |
UTF-8 | 舌롍렫뤾磻룝 | 111010001000100010001100111010111010000110001101111010111010000010101011111010111010010010111110111011111010010110100100111010111010001110011101 | e8888ceba18deba0abeba4beefa5a4eba39d |
UHC | 舌롍렫뤾磻룝 | 111000001101111110001110110100111000111010111001100011111110101011011011111001001011011111100100 | e0df8ed38eb98feadbe4b7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)