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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 臀n}臀n{^ | 111001000101110001101110011111011110010001011100011011100111101101011110 | e45c6e7de45c6e7b5e |
EUC-JP | 臀n}臀n{^ | 111001111011110101101110011111011110011110111101011011100111101101011110 | e7bd6e7de7bd6e7b5e |
UTF-8 | 臀n}臀n{^ | 1110100010000111100000000110111001111101111010001000011110000000011011100111101101011110 | e887806e7de887806e7b5e |
UHC | 臀n}臀n{^ | 110101001110101101101110011111011101010011101011011011100111101101011110 | d4eb6e7dd4eb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)