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 | 竪脱脱棚 | 1001001001000111100100100100010110010010010001011001001001001001 | 9247924592459249 |
EUC-JP | 竪脱脱棚 | 1100001110101000110000111010011011000011101001101100001110101010 | c3a8c3a6c3a6c3aa |
UTF-8 | 竪脱脱棚 | 111001111010101110101010111010001000010010110001111010001000010010110001111001101010001110011010 | e7abaae884b1e884b1e6a39a |
UHC | 竪??棚 | 111000101011010100111111001111111101110111011100 | e2b53f3fdddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)