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 | YZ±E | 1001001001011001100100100101101010010001101100011001001001000101 | 9259925a91b19245 |
SJIS-WIN | ?Y?Z?±?E | 001111110101100100111111010110100011111110000001011111010011111101000101 | 3f593f5a3f817d3f45 |
EUC-JP | ?Y?Z?±?E | 001111110101100100111111010110100011111110100001110111100011111101000101 | 3f593f5a3fa1de3f45 |
UTF-8 | YZ±E | 11000010100100100101100111000010100100100101101011000010100100011100001010110001110000101001001001000101 | c29259c2925ac291c2b1c29245 |
UHC | ?Y?Z?±?E | 001111110101100100111111010110100011111110100001101111100011111101000101 | 3f593f5a3fa1be3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)