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 | 荵溘g籵 | 1110010010111001100111111110001110000010100001111110001011100000 | e4b99fe38287e2e0 |
EUC-JP | 荵溘g籵 | 1110100010111011110111101110010110100011111001111110010011100010 | e8bbdee5a3e7e4e2 |
UTF-8 | 荵溘g籵 | 111010001000110110110101111001101011101010011000111011111011110110000111111001111011000110110101 | e88db5e6ba98efbd87e7b1b5 |
UHC | ??g? | 0011111100111111101000111110011100111111 | 3f3fa3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)