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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 菫友 | 11100100101111111001011101000110 | e4bf9746 |
EUC-JP | 菫友 | 11101000110000011100110110100111 | e8c1cda7 |
UTF-8 | 菫友 | 111010001000111110101011111001011000111110001011 | e88fabe58f8b |
UHC | 菫友 | 11010000110010111110100111010010 | d0cbe9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)