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 | 11100011011110000101100111100011011110000110001001000101 | e37859e3786245 |
EUC-JP | 繆Y繆bE | 11100101110110010101100111100101110110010110001001000101 | e5d959e5d96245 |
UTF-8 | 繆Y繆bE | 111001111011100110000110010110011110011110111001100001100110001001000101 | e7b98659e7b9866245 |
UHC | 繆Y繆bE | 11011001111100000101100111011001111100000110001001000101 | d9f059d9f06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)