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 | 逎レソ襴 | 11100111101000111000001110001100101111111110011001000101 | e7a3838cbfe645 |
EUC-JP | 逎レソ襴 | 1110111010100101101001011110110010001110101111111110101110100110 | eea5a5ec8ebfeba6 |
UTF-8 | 逎レソ襴 | 111010011000000010001110111000111000001110101100111011111011110110111111111010001010010110110100 | e9808ee383acefbdbfe8a5b4 |
UHC | ?レ?? | 0011111110101011111011000011111100111111 | 3fabec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)