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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淫蓑?辛? | 1000100011111010100101101010101000111111100100000110100000111111 | 88fa96aa3f90683f |
EUC-JP | 淫蓑?辛? | 1011000011111100110011001010110000111111101111111100100100111111 | b0fcccac3fbfc93f |
UTF-8 | 淫蓑땜辛렣 | 111001101011011110101011111010001001001110010001111010111001010110011100111010001011111010011011111010111010000010100011 | e6b7abe89391eb959ce8be9beba0a3 |
UHC | 淫蓑땜辛렣 | 11101011111000101101111011101110101101101010101111100011111101001000111010110100 | ebe2deeeb6abe3f48eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)