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 | ?En}?En{^ | 001111110100010101101110011111010011111101000101011011100111101101011110 | 3f456e7d3f456e7b5e |
SJIS-WIN | 煬En}煬En{^ | 1110000010001100010001010110111001111101111000001000110001000101011011100111101101011110 | e08c456e7de08c456e7b5e |
EUC-JP | 煬En}煬En{^ | 1101111111101100010001010110111001111101110111111110110001000101011011100111101101011110 | dfec456e7ddfec456e7b5e |
UTF-8 | 煬En}煬En{^ | 11100111100001011010110001000101011011100111110111100111100001011010110001000101011011100111101101011110 | e785ac456e7de785ac456e7b5e |
UHC | 煬En}煬En{^ | 1110010111001001010001010110111001111101111001011100100101000101011011100111101101011110 | e5c9456e7de5c9456e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)