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 | 逋箍>燧 | 1110011110011001111000101011000010000001100001001110000010011100 | e799e2b08184e09c |
EUC-JP | 逋箍>燧 | 1110110111111001111001001011001010100001111001001101111111111100 | edf9e4b2a1e4dffc |
UTF-8 | 逋箍>燧 | 111010011000000010001011111001111010111010001101111011111011110010011110111001111000011110100111 | e9808be7ae8defbc9ee787a7 |
UHC | 逋?>燧 | 11111000111001110011111110100011101111101110001010101100 | f8e73fa3bee2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)