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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 短但短但B | 100100100101101010010010010000011001001001011010100100100100000101000010 | 925a9241925a924142 |
EUC-JP | 短但短但B | 110000111011101111000011101000101100001110111011110000111010001001000010 | c3bbc3a2c3bbc3a242 |
UTF-8 | 短但短但B | 11100111100111111010110111100100101111011000011011100111100111111010110111100100101111011000011001000010 | e79fade4bd86e79fade4bd8642 |
UHC | 短但短但B | 110100111010110111010011101000111101001110101101110100111010001101000010 | d3add3a3d3add3a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)