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 | üç÷ | 1001000111111100111001111111011110000010 | 91fce7f782 |
SJIS-WIN | ???÷? | 001111110011111100111111100000011000000000111111 | 3f3f3f81803f |
EUC-JP | ?üç÷? | 00111111100011111010101111100100100011111010101110101110101000011110000000111111 | 3f8fabe48fabaea1e03f |
UTF-8 | üç÷ | 11000010100100011100001110111100110000111010011111000011101101111100001010000010 | c291c3bcc3a7c3b7c282 |
UHC | ???÷? | 001111110011111100111111101000011100000000111111 | 3f3f3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)