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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螳滓万逍セ闃 | 1110010110101110100111111110011010010110100111001110011110010110101111101110100010001010 | e5ae9fe6969ce796bee88a |
EUC-JP | 螳滓万逍セ闃 | 111010101011000011011110111010001100101111111100111011011111011010001110101111101110111111101010 | eab0dee8cbfcedf68ebeefea |
UTF-8 | 螳滓万逍セ闃 | 111010001001111010110011111001101011101110010011111001001011100010000111111010011000000010001101111011111011110110111110111010011001011110000011 | e89eb3e6bb93e4b887e9808defbdbee99783 |
UHC | 螳滓万逍?? | 11010011110110011110111010101011110110001011001011100001110011100011111100111111 | d3d9eeabd8b2e1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)