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 | YBZ§ | 1001001001011001100100100100001010010010010110101001000110100111 | 92599242925a91a7 |
SJIS-WIN | ?Y?B?Z?§ | 001111110101100100111111010000100011111101011010001111111000000110011000 | 3f593f423f5a3f8198 |
EUC-JP | ?Y?B?Z?§ | 001111110101100100111111010000100011111101011010001111111010000111111000 | 3f593f423f5a3fa1f8 |
UTF-8 | YBZ§ | 11000010100100100101100111000010100100100100001011000010100100100101101011000010100100011100001010100111 | c29259c29242c2925ac291c2a7 |
UHC | ?Y?B?Z?§ | 001111110101100100111111010000100011111101011010001111111010000111010111 | 3f593f423f5a3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)