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 | ???愈 | 0011111100111111001111111001011011111010 | 3f3f3f96fa |
EUC-JP | ???愈 | 0011111100111111001111111100110011111100 | 3f3f3fccfc |
UTF-8 | 列쒖렅愈 | 111011111010011010011100111011001001001010010110111010111010000010000101111001101000010010001000 | efa69cec9296eba085e68488 |
UHC | 列쒖렅愈 | 1110011011101010100111001110110010001110100111111110101011101111 | e6ea9cec8e9feaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)