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 | 1000100010100010001111110011111110011111010110100011111101000101 | 88a23f3f9f5a3f45 |
EUC-JP | 阿??飮?E | 1011000010100100001111110011111111011101101110110011111101000101 | b0a43f3fddbb3f45 |
UTF-8 | 阿잞퐦飮큃E | 11101001100110001011111111101100100111101001111011101101100100001010011011101001101000111010111011101101100000011000001101000101 | e998bfec9e9eed90a6e9a3aeed818345 |
UHC | 阿잞퐦飮큃E | 1110010010111001100111111110111110111101100011111110101111100110101101000101001001000101 | e4b99fefbd8febe6b45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)