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 | 肢?駭? | 100011101000100000111111111010010110111000111111 | 8e883fe96e3f |
EUC-JP | 肢?駭? | 101110111110100000111111111100011100111100111111 | bbe83ff1cf3f |
UTF-8 | 肢렖駭푀 | 111010001000001010100010111010111010000010010110111010011010011110101101111011011001000110000000 | e882a2eba096e9a7aded9180 |
UHC | 肢렖駭푀 | 1111001010110110100011101010101111111010101101001100011110100011 | f2b68eabfab4c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)