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¢®Iµ | 10010010010001011001000110100010100100011010111010010010010010011001000110110101 | 924591a291ae924991b5 |
SJIS-WIN | ?E?¢???I?? | 0011111101000101001111111000000110010001001111110011111100111111010010010011111100111111 | 3f453f81913f3f3f493f3f |
EUC-JP | ?E?¢?®?I?? | 00111111010001010011111110100001111100010011111110001111101000101110111000111111010010010011111100111111 | 3f453fa1f13f8fa2ee3f493f3f |
UTF-8 | E¢®Iµ | 110000101001001001000101110000101001000111000010101000101100001010010001110000101010111011000010100100100100100111000010100100011100001010110101 | c29245c291c2a2c291c2aec29249c291c2b5 |
UHC | ?E???®?I?? | 0011111101000101001111110011111100111111101000101110011100111111010010010011111100111111 | 3f453f3f3fa2e73f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)