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?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-WIN | 鋧Y鋧bnoBF | 11111011110011110101100111111011110011110110001001101110011011110100001001000110 | fbcf59fbcf626e6f4246 |
EUC-JP | 鋧Y鋧bnoBF | 100011111110010011001011010110011000111111100100110010110110001001101110011011110100001001000110 | 8fe4cb598fe4cb626e6f4246 |
UTF-8 | 鋧Y鋧bnoBF | 111010011000101110100111010110011110100110001011101001110110001001101110011011110100001001000110 | e98ba759e98ba7626e6f4246 |
UHC | ?Y?bnoBF | 0011111101011001001111110110001001101110011011110100001001000110 | 3f593f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)