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®¤ | 100010100101100110001101101011101000001010100100 | 8a598dae82a4 |
SJIS-WIN | ?Y???? | 001111110101100100111111001111110011111100111111 | 3f593f3f3f3f |
EUC-JP | ?Y?®?¤ | 00111111010110010011111110001111101000101110111000111111100011111010001011110000 | 3f593f8fa2ee3f8fa2f0 |
UTF-8 | Y®¤ | 1100001010001010010110011100001010001101110000101010111011000010100000101100001010100100 | c28a59c28dc2aec282c2a4 |
UHC | ?Y?®?¤ | 0011111101011001001111111010001011100111001111111010001010110100 | 3f593fa2e73fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)