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 | ä® \ä² | 1110010010101110100011001000010110001100010111001110010010110010 | e4ae8c858c5ce4b2 |
SJIS-WIN | ?????\?? | 0011111100111111001111110011111100111111010111000011111100111111 | 3f3f3f3f3f5c3f3f |
EUC-JP | ä®???\ä? | 1000111110101011101000111000111110100010111011100011111100111111001111110101110010001111101010111010001100111111 | 8faba38fa2ee3f3f3f5c8faba33f |
UTF-8 | ä® \ä² | 110000111010010011000010101011101100001010001100110000101000010111000010100011000101110011000011101001001100001010110010 | c3a4c2aec28cc285c28c5cc3a4c2b2 |
UHC | ?®???\?² | 00111111101000101110011100111111001111110011111101011100001111111010100111110111 | 3fa2e73f3f3f5c3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)