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 | 10011101101111100101100110011101101111100110001001000101 | 9dbe599dbe6245 |
EUC-JP | 收Y收bE | 11011010110000000101100111011010110000000110001001000101 | dac059dac06245 |
UTF-8 | 收Y收bE | 111001101001010010110110010110011110011010010100101101100110001001000101 | e694b659e694b66245 |
UHC | 收Y收bE | 11100010101001010101100111100010101001010110001001000101 | e2a559e2a56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)