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 | 譏?全署 | 11100110100110000011111110010001010100111000111110010000 | e6983f91538f90 |
EUC-JP | 譏?全署 | 11101011111110000011111111000001101101001011110111110000 | ebf83fc1b4bdf0 |
UTF-8 | 譏룫全署 | 111010001010110110001111111010111010001110101011111001011000010110101000111001111011110110110010 | e8ad8feba3abe585a8e7bdb2 |
UHC | 譏룫全署 | 1101000111000001100011111010001011101110111011111101111111111110 | d1c18fa2eeefdffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)