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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 巍モ?甘B | 1001101111011001100000111000001000111111100010101100001101000010 | 9bd983823f8ac342 |
EUC-JP | 巍モ?甘B | 1101011011011011101001011110001000111111101101001100010101000010 | d6dba5e23fb4c542 |
UTF-8 | 巍モ뫁甘B | 11100101101101111000110111100011100000111010001011101011101010111000000111100111100101001001100001000010 | e5b78de383a2ebab81e7949842 |
UHC | 巍モ뫁甘B | 111010001110010010101011111000101001000110100101110010101111011001000010 | e8e4abe291a5caf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)