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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 嵭疾嵭疾\ | 111110101011001110001110101111101111101010110011100011101011111001011100 | fab38ebefab38ebe5c |
EUC-JP | 嵭疾嵭疾\ | 1000111110111011110111101011110011000000100011111011101111011110101111001100000001011100 | 8fbbdebcc08fbbdebcc05c |
UTF-8 | 嵭疾嵭疾\ | 11100101101101011010110111100111100101101011111011100101101101011010110111100111100101101011111001011100 | e5b5ade796bee5b5ade796be5c |
UHC | ?疾?疾\ | 00111111111100101111000000111111111100101111000001011100 | 3ff2f03ff2f05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)