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 | 11100111011000010101100111100111011000010110001001000101 | e76159e7616245 |
EUC-JP | 軋Y軋bE | 11101101110000100101100111101101110000100110001001000101 | edc259edc26245 |
UTF-8 | 軋Y軋bE | 111010001011101110001011010110011110100010111011100010110110001001000101 | e8bb8b59e8bb8b6245 |
UHC | 軋Y軋bE | 11100100110110000101100111100100110110000110001001000101 | e4d859e4d86245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)