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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 臾?b[臾?b[^ | 1110010001101011001111110110001001011011111001000110101100111111011000100101101101011110 | e46b3f625be46b3f625b5e |
EUC-JP | 臾?b[臾?b[^ | 1110011111001100001111110110001001011011111001111100110000111111011000100101101101011110 | e7cc3f625be7cc3f625b5e |
UTF-8 | 臾쮂b[臾쮂b[^ | 1110100010000111101111101110110010101110100000100110001001011011111010001000011110111110111011001010111010000010011000100101101101011110 | e887beecae82625be887beecae82625b5e |
UHC | 臾쮂b[臾쮂b[^ | 11101011101011001010100001010100011000100101101111101011101011001010100001010100011000100101101101011110 | ebaca854625bebaca854625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)