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 | 1000100101101001001111110011111110010111010100010011111101000101 | 89693f3f97513f45 |
EUC-JP | 永??猷?E | 1011000111001010001111110011111111001101101100100011111101000101 | b1ca3f3fcdb23f45 |
UTF-8 | 永띔퇊猷퀷E | 11100110101100001011100011101011100111011001010011101101100001111000101011100111100011001011011111101101100000001011011101000101 | e6b0b8eb9d94ed878ae78cb7ed80b745 |
UHC | 永띔퇊猷퀷E | 1110011110110101101101101110101010110111100110111110101110100011101101000100100001000101 | e7b5b6eab79beba3b44845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)