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 | 淲溷シ剰 | 11111011010001001001111111100101101111001000111111101000 | fb449fe5bc8fe8 |
EUC-JP | ?溷シ剰 | 00111111110111101110011110001110101111001011111011101010 | 3fdee78ebcbeea |
UTF-8 | 淲溷シ剰 | 111001101011011110110010111001101011101010110111111011111011110110111100111001011000100110110000 | e6b7b2e6bab7efbdbce589b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)