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 | 11100001011111010101100111100001011111010110001001000101 | e17d59e17d6245 |
EUC-JP | 痾Y痾bE | 11100001110111100101100111100001110111100110001001000101 | e1de59e1de6245 |
UTF-8 | 痾Y痾bE | 111001111001011110111110010110011110011110010111101111100110001001000101 | e797be59e797be6245 |
UHC | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)