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 | 肢?媛富 | 10001110100010000011111110010101010100011001010101111000 | 8e883f95519578 |
EUC-JP | 肢?媛富 | 10111011111010000011111111001001101100101100100111011001 | bbe83fc9b2c9d9 |
UTF-8 | 肢렖媛富 | 111010001000001010100010111010111010000010010110111001011010101010011011111001011010111110001100 | e882a2eba096e5aa9be5af8c |
UHC | 肢렖媛富 | 1111001010110110100011101010101111101010101100001101110110100011 | f2b68eabeab0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)