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 | 莟御頃紆 | 1110010010101111100011001110010010001101101000001110001011111100 | e4af8ce48da0e2fc |
EUC-JP | 莟御頃紆 | 1110100010110001101110001110011010111010101000101110010011111110 | e8b1b8e6baa2e4fe |
UTF-8 | 莟御頃紆 | 111010001000111010011111111001011011111010100001111010011010000010000011111001111011010010000110 | e88e9fe5bea1e9a083e7b486 |
UHC | ?御頃紆 | 00111111111001011101100111001100111100011110100111100001 | 3fe5d9ccf1e9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)