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 | E¢E¢^ | 100100100100010110010001101000101001001001000101100100011010001001011110 | 924591a2924591a25e |
SJIS-WIN | ?E?¢?E?¢^ | 0011111101000101001111111000000110010001001111110100010100111111100000011001000101011110 | 3f453f81913f453f81915e |
EUC-JP | ?E?¢?E?¢^ | 0011111101000101001111111010000111110001001111110100010100111111101000011111000101011110 | 3f453fa1f13f453fa1f15e |
UTF-8 | E¢E¢^ | 110000101001001001000101110000101001000111000010101000101100001010010010010001011100001010010001110000101010001001011110 | c29245c291c2a2c29245c291c2a25e |
UHC | ?E???E??^ | 001111110100010100111111001111110011111101000101001111110011111101011110 | 3f453f3f3f453f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)