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 | 辿丹叩探 | 1001001001001000100100100100111110010010010000001001001001010100 | 9248924f92409254 |
EUC-JP | 辿丹叩探 | 1100001110101001110000111011000011000011101000011100001110110101 | c3a9c3b0c3a1c3b5 |
UTF-8 | 辿丹叩探 | 111010001011111010111111111001001011100010111001111001011000111110101001111001101000111010100010 | e8bebfe4b8b9e58fa9e68ea2 |
UHC | ?丹叩探 | 00111111110100111010000111001101101100001111011110101110 | 3fd3a1cdb0f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)