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 | 辿其息脱俗 | 10010010010010001001000110110100100100011010011110010010010001011001000110101101 | 924891b491a7924591ad |
EUC-JP | 辿其息脱俗 | 11000011101010011100001010110110110000101010100111000011101001101100001010101111 | c3a9c2b6c2a9c3a6c2af |
UTF-8 | 辿其息脱俗 | 111010001011111010111111111001011000010110110110111001101000000110101111111010001000010010110001111001001011111110010111 | e8bebfe585b6e681afe884b1e4bf97 |
UHC | ?其息?俗 | 0011111111010000111011001110001111010011001111111110000111010100 | 3fd0ece3d33fe1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)