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 | ä¼]ä¯ | 1110010010111100100011001000111110001111010111011110010010101111 | e4bc8c8f8f5de4af |
SJIS-WIN | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
EUC-JP | ä????]ä¯ | 1000111110101011101000110011111100111111001111110011111101011101100011111010101110100011100011111010001010110100 | 8faba33f3f3f3f5d8faba38fa2b4 |
UTF-8 | ä¼]ä¯ | 110000111010010011000010101111001100001010001100110000101000111111000010100011110101110111000011101001001100001010101111 | c3a4c2bcc28cc28fc28f5dc3a4c2af |
UHC | ?¼???]?? | 001111111010100011111001001111110011111100111111010111010011111100111111 | 3fa8f93f3f3f5d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)