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{^ | 10010111010000011110010001010111011011100111110110010111010000011110010001010111011011100111101101011110 | 9741e4576e7d9741e4576e7b5e |
EUC-JP | 輸膰n}輸膰n{^ | 11001101101000101110011110111000011011100111110111001101101000101110011110111000011011100111101101011110 | cda2e7b86e7dcda2e7b86e7b5e |
UTF-8 | 輸膰n}輸膰n{^ | 1110100010111100101110001110100010000110101100000110111001111101111010001011110010111000111010001000011010110000011011100111101101011110 | e8bcb8e886b06e7de8bcb8e886b06e7b5e |
UHC | 輸?n}輸?n{^ | 1110001011000011001111110110111001111101111000101100001100111111011011100111101101011110 | e2c33f6e7de2c33f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)