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{^ | 10010110010001001110000111111000011011100111110110010110010001001110000111111000011011100111101101011110 | 9644e1f86e7d9644e1f86e7b5e |
EUC-JP | 縫碾n}縫碾n{^ | 11001011101001011110001011111010011011100111110111001011101001011110001011111010011011100111101101011110 | cba5e2fa6e7dcba5e2fa6e7b5e |
UTF-8 | 縫碾n}縫碾n{^ | 1110011110111000101010111110011110100010101111100110111001111101111001111011100010101011111001111010001010111110011011100111101101011110 | e7b8abe7a2be6e7de7b8abe7a2be6e7b5e |
UHC | 縫?n}縫?n{^ | 1101110011101110001111110110111001111101110111001110111000111111011011100111101101011110 | dcee3f6e7ddcee3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)