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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 肢?竣?樺 | 1000111010001000001111111000111101110110001111111000101010010010 | 8e883f8f763f8a92 |
EUC-JP | 肢?竣?樺 | 1011101111101000001111111011110111010111001111111011001111110010 | bbe83fbdd73fb3f2 |
UTF-8 | 肢렖竣렕樺 | 111010001000001010100010111010111010000010010110111001111010101110100011111010111010000010010101111001101010100010111010 | e882a2eba096e7aba3eba095e6a8ba |
UHC | 肢렖竣렕樺 | 11110010101101101000111010101011111100011110001010001110101010101111101111111100 | f2b68eabf1e28eaafbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)