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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 諸貼n}諸貼n{^ | 11111011101010011001001101011100011011100111110111111011101010011001001101011100011011100111101101011110 | fba9935c6e7dfba9935c6e7b5e |
EUC-JP | ?貼n}?貼n{^ | 0011111111000101101111010110111001111101001111111100010110111101011011100111101101011110 | 3fc5bd6e7d3fc5bd6e7b5e |
UTF-8 | 諸貼n}諸貼n{^ | 1110111110101000101000101110100010110010101111000110111001111101111011111010100010100010111010001011001010111100011011100111101101011110 | efa8a2e8b2bc6e7defa8a2e8b2bc6e7b5e |
UHC | ?貼n}?貼n{^ | 0011111111110100111001000110111001111101001111111111010011100100011011100111101101011110 | 3ff4e46e7d3ff4e46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)