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 | ?????I\ | 00111111001111110011111100111111001111110100100101011100 | 3f3f3f3f3f495c |
SJIS-WIN | 円??跡?I\ | 100010010111111000111111001111111001000011010101001111110100100101011100 | 897e3f3f90d53f495c |
EUC-JP | 円??跡?I\ | 101100011101111100111111001111111100000011010111001111110100100101011100 | b1df3f3fc0d73f495c |
UTF-8 | 円랑쭫跡빻I\ | 1110010110000110100001101110101110011110100100011110110010101101101010111110100010110111101000011110101110111001101110110100100101011100 | e58686eb9e91ecadabe8b7a1ebb9bb495c |
UHC | 円랑쭫跡빻I\ | 111001011111011110110110111110111010011110011111111011101110011010111011101010000100100101011100 | e5f7b6fba79feee6bba8495c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)