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 | 11100010111011010101100111100010111011010110001001000101 | e2ed59e2ed6245 |
EUC-JP | 粹Y粹bE | 11100100111011110101100111100100111011110110001001000101 | e4ef59e4ef6245 |
UTF-8 | 粹Y粹bE | 111001111011001010111001010110011110011110110010101110010110001001000101 | e7b2b959e7b2b96245 |
UHC | 粹Y粹bE | 11100010101101100101100111100010101101100110001001000101 | e2b659e2b66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)