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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 永??猷?\ | 1000100101101001001111110011111110010111010100010011111101011100 | 89693f3f97513f5c |
EUC-JP | 永??猷?\ | 1011000111001010001111110011111111001101101100100011111101011100 | b1ca3f3fcdb23f5c |
UTF-8 | 永띔퇊猷큩\ | 11100110101100001011100011101011100111011001010011101101100001111000101011100111100011001011011111101101100000011010100101011100 | e6b0b8eb9d94ed878ae78cb7ed81a95c |
UHC | 永띔퇊猷큩\ | 1110011110110101101101101110101010110111100110111110101110100011101101000111011001011100 | e7b5b6eab79beba3b4765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)