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{^ | 1000101110001010001111110110111001111101100010111000101000111111011011100111101101011110 | 8b8a3f6e7d8b8a3f6e7b5e |
EUC-JP | 糾?n}糾?n{^ | 1011010111101010001111110110111001111101101101011110101000111111011011100111101101011110 | b5ea3f6e7db5ea3f6e7b5e |
UTF-8 | 糾뷸n}糾뷸n{^ | 1110011110110011101111101110101110110111101110000110111001111101111001111011001110111110111010111011011110111000011011100111101101011110 | e7b3beebb7b86e7de7b3beebb7b86e7b5e |
UHC | 糾뷸n}糾뷸n{^ | 11010000101011001011101011100110011011100111110111010000101011001011101011100110011011100111101101011110 | d0acbae66e7dd0acbae66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)