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 | 辰鱈測短存 | 10010010010000111001001001001100100100011010101010010010010110101001000110110110 | 9243924c91aa925a91b6 |
EUC-JP | 辰鱈測短存 | 11000011101001001100001110101101110000101010110011000011101110111100001010111000 | c3a4c3adc2acc3bbc2b8 |
UTF-8 | 辰鱈測短存 | 111010001011111010110000111010011011000110001000111001101011100010101100111001111001111110101101111001011010110110011000 | e8beb0e9b188e6b8ace79fade5ad98 |
UHC | 辰?測短存 | 111100101110001100111111111101101011010011010011101011011111000011101101 | f2e33ff6b4d3adf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)