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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 隘ュ隨亥這E | 11101000101001011010110111100111101011001000100011100101100101001000011101000101 | e8a5ade7ac88e5948745 |
EUC-JP | 隘ュ隨亥這E | 1111000010100111100011101010110111101110101011101011000011100111110001111110011101000101 | f0a78eadeeaeb0e7c7e745 |
UTF-8 | 隘ュ隨亥這E | 11101001100110101001100011101111101111011010110111101001100110101010100011100100101110101010010111101001100000001001100101000101 | e99a98efbdade99aa8e4baa5e9809945 |
UHC | 隘?隨亥這E | 11100100111101100011111111100010110010111111101010100100111011101100111101000101 | e4f63fe2cbfaa4eecf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)