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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?邃?邃B | 00111111111000101000010000111111111000101000010001000010 | 3fe2843fe28442 |
EUC-JP | 渲邃渲邃B | 1000111111000111111011001110001111100100100011111100011111101100111000111110010001000010 | 8fc7ece3e48fc7ece3e442 |
UTF-8 | 渲邃渲邃B | 11100110101110001011001011101001100000101000001111100110101110001011001011101001100000101000001101000010 | e6b8b2e98283e6b8b2e9828342 |
UHC | 渲邃渲邃B | 111000001100001011100010110001011110000011000010111000101100010101000010 | e0c2e2c5e0c2e2c542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)