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 | Y©® | 100100100101100110010001101010011001000110101110 | 925991a991ae |
SJIS-WIN | ?Y???? | 001111110101100100111111001111110011111100111111 | 3f593f3f3f3f |
EUC-JP | ?Y?©?® | 00111111010110010011111110001111101000101110110100111111100011111010001011101110 | 3f593f8fa2ed3f8fa2ee |
UTF-8 | Y©® | 1100001010010010010110011100001010010001110000101010100111000010100100011100001010101110 | c29259c291c2a9c291c2ae |
UHC | ?Y???® | 00111111010110010011111100111111001111111010001011100111 | 3f593f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)