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 | 粢医式莟 | 1110001011100101100010001110001110001110101011101110010010101111 | e2e588e38eaee4af |
EUC-JP | 粢医式莟 | 1110010011100111101100001110010110111100101100001110100010110001 | e4e7b0e5bcb0e8b1 |
UTF-8 | 粢医式莟 | 111001111011001010100010111001011000110010111011111001011011110010001111111010001000111010011111 | e7b2a2e58cbbe5bc8fe88e9f |
UHC | ??式? | 0011111100111111111000111101001000111111 | 3f3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)