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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 紮糸Щ^ | 11100011010001101000111010000101100001000101101001011110 | e3468e85845a5e |
EUC-JP | 紮糸Щ^ | 11100101101001111011101111100101101001111011101101011110 | e5a7bbe5a7bb5e |
UTF-8 | 紮糸Щ^ | 111001111011010010101110111001111011001110111000110100001010100101011110 | e7b4aee7b3b8d0a95e |
UHC | 紮?Щ^ | 111100111100111100111111101011001011101101011110 | f3cf3facbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)