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{^ | 111000111100101101101110011111011110001111001011011011100111101101011110 | e3cb6e7de3cb6e7b5e |
EUC-JP | 耆n}耆n{^ | 111001101100110101101110011111011110011011001101011011100111101101011110 | e6cd6e7de6cd6e7b5e |
UTF-8 | 耆n}耆n{^ | 1110100010000000100001100110111001111101111010001000000010000110011011100111101101011110 | e880866e7de880866e7b5e |
UHC | 耆n}耆n{^ | 110100011011110101101110011111011101000110111101011011100111101101011110 | d1bd6e7dd1bd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)