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 | äø¼ | 111001001111100010001111100011111000001010111100 | e4f88f8f82bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äø???? | 10001111101010111010001110001111101010011100110000111111001111110011111100111111 | 8faba38fa9cc3f3f3f3f |
UTF-8 | äø¼ | 110000111010010011000011101110001100001010001111110000101000111111000010100000101100001010111100 | c3a4c3b8c28fc28fc282c2bc |
UHC | ?ø???¼ | 0011111110101001101010100011111100111111001111111010100011111001 | 3fa9aa3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)