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[®E | 1001001001011001100100100101101110010001101011101001001001000101 | 9259925b91ae9245 |
SJIS-WIN | ?Y?[???E | 0011111101011001001111110101101100111111001111110011111101000101 | 3f593f5b3f3f3f45 |
EUC-JP | ?Y?[?®?E | 00111111010110010011111101011011001111111000111110100010111011100011111101000101 | 3f593f5b3f8fa2ee3f45 |
UTF-8 | Y[®E | 11000010100100100101100111000010100100100101101111000010100100011100001010101110110000101001001001000101 | c29259c2925bc291c2aec29245 |
UHC | ?Y?[?®?E | 001111110101100100111111010110110011111110100010111001110011111101000101 | 3f593f5b3fa2e73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)