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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雖画ア | 1110010110101011100010011110011010110001 | e5ab89e6b1 |
EUC-JP | 雖画ア | 111010101010110110110010111010001000111010110001 | eaadb2e88eb1 |
UTF-8 | 雖画ア | 111010011001101110010110111001111001010010111011111011111011110110110001 | e99b96e794bbefbdb1 |
UHC | 雖?? | 11100010110011000011111100111111 | e2cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)