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?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 纖Y纖bE | 11100011100110010101100111100011100110010110001001000101 | e39959e3996245 |
EUC-JP | 纖Y纖bE | 11100101111110010101100111100101111110010110001001000101 | e5f959e5f96245 |
UTF-8 | 纖Y纖bE | 111001111011101010010110010110011110011110111010100101100110001001000101 | e7ba9659e7ba966245 |
UHC | 纖Y纖bE | 11100000111010010101100111100000111010010110001001000101 | e0e959e0e96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)