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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 躍??裕?^ | 1001011011110100001111110011111110010111010101000011111101011110 | 96f43f3f97543f5e |
EUC-JP | 躍??裕?^ | 1100110011110110001111110011111111001101101101010011111101011110 | ccf63f3fcdb53f5e |
UTF-8 | 躍녹뮃裕늓^ | 11101000101110101000110111101011100001011011100111101011101011101000001111101000101000111001010111101011100010101001001101011110 | e8ba8deb85b9ebae83e8a395eb8a935e |
UHC | 躍녹뮃裕늓^ | 1110010110111000101100111110110010010010100100101110101110101110100010000110001101011110 | e5b8b3ec9292ebae88635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)