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 | 100111110101100110000001100011101000001010001011 | 9f59818e828b |
SJIS-WIN | ?Y???? | 001111110101100100111111001111110011111100111111 | 3f593f3f3f3f |
EUC-JP | ?Y???? | 001111110101100100111111001111110011111100111111 | 3f593f3f3f3f |
UTF-8 | Y | 1100001010011111010110011100001010000001110000101000111011000010100000101100001010001011 | c29f59c281c28ec282c28b |
UHC | ?Y???? | 001111110101100100111111001111110011111100111111 | 3f593f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)