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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 意????? | 10001000110100110011111100111111001111110011111100111111 | 88d33f3f3f3f3f |
EUC-JP | 意????? | 10110000110101010011111100111111001111110011111100111111 | b0d53f3f3f3f3f |
UTF-8 | 意쒕죨溜곕젙 | 111001101000010010001111111011001001001010010101111011001010001110101000111011111010011110001011111010101011001110010101111011001010000010011001 | e6848fec9295eca3a8efa78beab395eca099 |
UHC | 意쒕죨溜곕젙 | 111010111111001010011100111010111010000110000011111010101111111010110000111010111010000010010101 | ebf29ceba183eafeb0eba095 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)