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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒟件酋苜 | 1110010011100101100011001000111110001111010101011110010010011100 | e4e58c8f8f55e49c |
EUC-JP | 蒟件酋苜 | 1110100011100111101101111110111110111101101101101110011111111100 | e8e7b7efbdb6e7fc |
UTF-8 | 蒟件酋苜 | 111010001001001010011111111001001011101110110110111010011000010110001011111010001000101110011100 | e8929fe4bbb6e9858be88b9c |
UHC | ?件酋? | 001111111100101111101100111101011101110000111111 | 3fcbecf5dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)